Make some global variable with a common name static to
avoid clashes.
This commit is contained in:
parent
7e3c80e1d8
commit
a6c6f6b354
|
@ -563,8 +563,8 @@ GdkInterpType Interpolation = GDK_INTERP_BILINEAR;
|
||||||
static GtkWidget *pWindow;
|
static GtkWidget *pWindow;
|
||||||
static GtkWidget *pStatusBar;
|
static GtkWidget *pStatusBar;
|
||||||
static GtkWidget *pDrawingArea;
|
static GtkWidget *pDrawingArea;
|
||||||
GtkActionGroup * action_group;
|
static GtkActionGroup * action_group;
|
||||||
GtkUIManager *ui_manager;
|
static GtkUIManager *ui_manager;
|
||||||
|
|
||||||
struct nds_screen_t {
|
struct nds_screen_t {
|
||||||
guint gap_size;
|
guint gap_size;
|
||||||
|
|
Loading…
Reference in New Issue