summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-09-19 05:40:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-09-19 05:40:00 +0000
commit542a674e7ce493cee3fe871576cc38f6f1da886f (patch)
treebe14c09f6ba46c16de229e789373d362f92349d7 /gdk
parent07f0458eab97a6589cf507d1c84da1e89f15f268 (diff)
downloadgdk-pixbuf-542a674e7ce493cee3fe871576cc38f6f1da886f.tar.gz
Diffstat (limited to 'gdk')
-rw-r--r--gdk/win32/gdkmain-win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/win32/gdkmain-win32.c b/gdk/win32/gdkmain-win32.c
index ebe0c1353..4edf9bf78 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 },