]> Pileus Git - ~andy/gtk/blobdiff - gdk/x11/gdkselection-x11.c
Add a --screen option for setting the default screen. (Based on a patch
[~andy/gtk] / gdk / x11 / gdkselection-x11.c
index 927dc61e49e46eede21ccf728f75d5cac2430b49..7e87980b644e60a1b149cf863752bc3f6c6c5aaa 100644 (file)
@@ -261,7 +261,7 @@ gdk_selection_property_get (GdkWindow  *requestor,
 {
   gulong nitems;
   gulong nbytes;
-  gulong length;
+  gulong length = 0;           /* Quiet GCC */
   Atom prop_type;
   gint prop_format;
   guchar *t = NULL;