[uim-commit] r1132 - trunk/helper

tkng at freedesktop.org tkng at freedesktop.org
Sat Aug 6 15:04:19 EST 2005


Author: tkng
Date: 2005-08-05 22:04:17 -0700 (Fri, 05 Aug 2005)
New Revision: 1132

Modified:
   trunk/helper/eggtrayicon.c
Log:
* helper/eggtrayicon.c: Added a function prototype to fix warning.
 -(egg_tray_icon_new_for_xscreen): The prototype of this function is added.
   But this function is not reffered from other file directory, maybe we 
   should mark this function static.


Modified: trunk/helper/eggtrayicon.c
===================================================================
--- trunk/helper/eggtrayicon.c	2005-08-06 02:18:43 UTC (rev 1131)
+++ trunk/helper/eggtrayicon.c	2005-08-06 05:04:17 UTC (rev 1132)
@@ -35,6 +35,8 @@
 
 static void egg_tray_icon_update_manager_window (EggTrayIcon *icon);
 
+EggTrayIcon *egg_tray_icon_new_for_xscreen (Screen *xscreen, const char *name);
+
 GType
 egg_tray_icon_get_type (void)
 {



More information about the uim-commit mailing list