ardour
Macros | Typedefs | Functions | Variables
lxvst_plugin_ui.cc File Reference
#include "ardour/lxvst_plugin.h"
#include "ardour/linux_vst_support.h"
#include "lxvst_plugin_ui.h"
#include "timers.h"
#include <gdk/gdkx.h>

Go to the source code of this file.

Macros

#define LXVST_H_FIDDLE   40
 

Typedefs

typedef int(* error_handler_t )(Display *, XErrorEvent *)
 

Functions

static int gtk_xerror_handler (Display *, XErrorEvent *)
 
void gui_init (int *argc, char **argv[])
 

Variables

static Display * the_gtk_display
 
static error_handler_t vstfx_error_handler
 
static error_handler_t gtk_error_handler
 

Macro Definition Documentation

#define LXVST_H_FIDDLE   40

Definition at line 26 of file lxvst_plugin_ui.cc.

Typedef Documentation

typedef int(* error_handler_t)(Display *, XErrorEvent *)

Definition at line 160 of file lxvst_plugin_ui.cc.

Function Documentation

static int gtk_xerror_handler ( Display *  ,
XErrorEvent *   
)
static

Definition at line 166 of file lxvst_plugin_ui.cc.

void gui_init ( int *  argc,
char **  argv[] 
)

Definition at line 174 of file lxvst_plugin_ui.cc.

Variable Documentation

error_handler_t gtk_error_handler
static

Definition at line 163 of file lxvst_plugin_ui.cc.

Display* the_gtk_display
static

Definition at line 161 of file lxvst_plugin_ui.cc.

error_handler_t vstfx_error_handler
static

Definition at line 162 of file lxvst_plugin_ui.cc.