diff --git a/desmume/src/gtk/main.cpp b/desmume/src/gtk/main.cpp index 33ed8f430..f60a26bff 100644 --- a/desmume/src/gtk/main.cpp +++ b/desmume/src/gtk/main.cpp @@ -563,8 +563,8 @@ GdkInterpType Interpolation = GDK_INTERP_BILINEAR; static GtkWidget *pWindow; static GtkWidget *pStatusBar; static GtkWidget *pDrawingArea; -GtkActionGroup * action_group; -GtkUIManager *ui_manager; +static GtkActionGroup * action_group; +static GtkUIManager *ui_manager; struct nds_screen_t { guint gap_size;