Make _gdk_windowing_args const.
2006-04-03 Matthias Clasen <mclasen@redhat.com> * gdk/gdkinternals.h: * gdk/x11/gdkmain-x11.c: * gdk/win32/gdkmain-win32.c: * gdk/directfb/gdkdisplay-directfb.c: * gdk/quartz/gdkmain-quartz.c: Make _gdk_windowing_args const.
This commit is contained in:
committed by
Matthias Clasen
parent
ac180cb0e4
commit
aff3329de1
@ -87,7 +87,7 @@ static int gdk_x_io_error (Display *display);
|
||||
static GSList *gdk_error_traps = NULL; /* List of error traps */
|
||||
static GSList *gdk_error_trap_free_list = NULL; /* Free list */
|
||||
|
||||
GOptionEntry _gdk_windowing_args[] = {
|
||||
const GOptionEntry _gdk_windowing_args[] = {
|
||||
{ "sync", 0, 0, G_OPTION_ARG_NONE, &_gdk_synchronize,
|
||||
/* Description of --sync in --help output */ N_("Make X calls synchronous"), NULL },
|
||||
{ NULL }
|
||||
|
||||
Reference in New Issue
Block a user