diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-09-19 05:40:00 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-09-19 05:40:00 +0000 |
commit | 542a674e7ce493cee3fe871576cc38f6f1da886f (patch) | |
tree | be14c09f6ba46c16de229e789373d362f92349d7 /gdk | |
parent | 07f0458eab97a6589cf507d1c84da1e89f15f268 (diff) | |
download | gtk+-542a674e7ce493cee3fe871576cc38f6f1da886f.tar.gz |
2.5.3GTK_2_5_3
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/win32/gdkmain-win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/win32/gdkmain-win32.c b/gdk/win32/gdkmain-win32.c index ebe0c13539..4edf9bf780 100644 --- a/gdk/win32/gdkmain-win32.c +++ b/gdk/win32/gdkmain-win32.c @@ -54,7 +54,7 @@ static gboolean gdk_synchronize = FALSE; GOptionEntry _gdk_windowing_args[] = { - { "sync", 0, 0, G_OPTION_ARG_NONE, &_gdk_synchronize, + { "sync", 0, 0, G_OPTION_ARG_NONE, &gdk_synchronize, /* Description of --sync in --help output */ N_("Don't batch GDI requests"), NULL }, { "no-wintab", 0, 0, G_OPTION_ARG_NONE, &_gdk_input_ignore_wintab, /* Description of --no-wintab in --help output */ N_("Don't use the Wintab API for tablet support [default]"), NULL }, |