Make some global variable with a common name static to

avoid clashes.
This commit is contained in:
riccardom 2010-05-13 13:43:24 +00:00
parent 7e3c80e1d8
commit a6c6f6b354
1 changed files with 2 additions and 2 deletions

View File

@ -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;