patches/pcmanx-gtk2-03-suncc-init-array.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 1804 63b96608ccd4
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1804
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     1
Index: trunk/src/notifier/notifier-impl.c
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     2
===================================================================
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     3
--- trunk/src/notifier/notifier-impl.c	(revision 464)
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     4
+++ trunk/src/notifier/notifier-impl.c	(working copy)
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     5
@@ -34,7 +34,7 @@
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     6
 #define TIMEOUT     6000
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     7
 
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     8
 static int width, height, max_slots;
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     9
-static int slots[MAX_SLOTS] = {[0 ... (MAX_SLOTS - 1)] = -1 };
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    10
+static int slots[MAX_SLOTS];
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    11
 static int notifier_initialized = 0;
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    12
 static int popup_timeout = TIMEOUT;
63b96608ccd4 2009-04-10 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    13
 static GdkPixbuf *icon_pixbuf;