Author: dannym
Date: 2007-02-05 23:55:08 +0000 (Mon, 05 Feb 2007)
New Revision: 24861
Modified:
libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-trayicon.c
libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-trayicon.h
Log:
back out convenience functions
Modified: libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-trayicon.c
===================================================================
--- libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-trayicon.c 2007-02-05
23:53:23 UTC (rev 24860)
+++ libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-trayicon.c 2007-02-05
23:55:08 UTC (rev 24861)
@@ -421,14 +421,3 @@
netk_tray_icon_opcode (icon, gtk_plug_get_id (GTK_PLUG (icon)),
SYSTEM_TRAY_CANCEL_MESSAGE, id, 0, 0);
}
-
-NetkTrayIcon *netk_tray_icon_new_gdk (GdkScreen *screen)
-{
- return NETK_TRAY_ICON(netk_tray_icon_new(GDK_SCREEN_XSCREEN(screen)));
-}
-
-void netk_tray_icon_set_gdkscreen (NetkTrayIcon *trayicon, GdkScreen *screen)
-{
- netk_tray_icon_set_screen(trayicon, GDK_SCREEN_XSCREEN(screen));
-}
-
Modified: libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-trayicon.h
===================================================================
--- libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-trayicon.h 2007-02-05
23:53:23 UTC (rev 24860)
+++ libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-trayicon.h 2007-02-05
23:55:08 UTC (rev 24861)
@@ -78,10 +78,7 @@
/* functions */
GType netk_tray_icon_get_type (void);
GtkWidget *netk_tray_icon_new (Screen *screen);
-NetkTrayIcon *netk_tray_icon_new_gdk (GdkScreen *screen);
void netk_tray_icon_set_screen (NetkTrayIcon *trayicon, Screen *screen);
-void netk_tray_icon_set_gdkscreen (NetkTrayIcon *trayicon, GdkScreen *screen);
-/* netk_tray_icon_get_gdkscreen = gtk_window_get_screen */
glong netk_tray_icon_message_new (NetkTrayIcon *trayicon, glong id,
const gchar *text);
void netk_tray_icon_message_cancel (NetkTrayIcon *trayicon, glong id);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits