We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e06852 commit 6bd7f99Copy full SHA for 6bd7f99
toolkit/xre/nsNativeAppSupportUnix.cpp
@@ -67,6 +67,7 @@ typedef enum {
67
GNOME_DIALOG_NORMAL
68
} GnomeDialogType;
69
70
+#if defined(MOZ_X11) && (MOZ_WIDGET_GTK == 2)
71
typedef GnomeProgram * (*_gnome_program_init_fn)(const char *, const char *,
72
const GnomeModuleInfo *, int,
73
char **, const char *, ...);
@@ -76,6 +77,7 @@ typedef GnomeClient * (*_gnome_master_client_fn)(void);
76
77
typedef void (*_gnome_client_set_restart_command_fn)(GnomeClient*, gint, gchar*[]);
78
79
static _gnome_client_set_restart_command_fn gnome_client_set_restart_command;
80
+#endif
81
82
gboolean save_yourself_cb(GnomeClient *client, gint phase,
83
GnomeSaveStyle style, gboolean shutdown,
0 commit comments