From: Tor Lillqvist Date: Thu, 15 Mar 2007 16:48:26 +0000 (+0000) Subject: Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id. X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~34254 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=03ad30de0ac4dc05004bd50c6ac69e29c0212115;p=gtk4.git Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id. 2007-03-15 Tor Lillqvist * gdk/gdk.symbols: Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id. * gdk/win32/gdkmain-win32.c: Add dummy implementations of the above. svn path=/trunk/; revision=17518 --- diff --git a/ChangeLog b/ChangeLog index 89ceb5fdd2..8f4575f363 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-03-15 Tor Lillqvist + + * gdk/gdk.symbols: Add gdk_notify_startup_complete_with_id and + gdk_window_set_startup_id. + + * gdk/win32/gdkmain-win32.c: Add dummy implementations of the above. + 2007-03-15 Emmanuele Bassi * gtk/gtkrecentchooserprivate.h: @@ -63,7 +70,7 @@ * gdk/gdk.h: * gdk/gdkx.h: - * gdk/x11/gdkdisplay-x11.c: Add gdk_notify_startup_complete_wit_id() + * gdk/x11/gdkdisplay-x11.c: Add gdk_notify_startup_complete_with_id() and gdk_x11_display_get_startup_notification_id(). * gdk/gdkwindow.h: diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index 4f70b31133..b064cc7f50 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -100,6 +100,7 @@ gdk_flush #if IN_HEADER(__GDK_H__) #if IN_FILE(__GDK_DISPLAY_X11_C__) gdk_notify_startup_complete +gdk_notify_startup_complete_with_id #endif #endif @@ -717,6 +718,7 @@ gdk_window_set_urgency_hint gdk_window_set_geometry_hints gdk_window_set_title gdk_window_set_role +gdk_window_set_startup_id gdk_window_set_transient_for gdk_window_set_background gdk_window_set_back_pixmap diff --git a/gdk/win32/gdkmain-win32.c b/gdk/win32/gdkmain-win32.c index b4fb0e317c..1e86f395e4 100644 --- a/gdk/win32/gdkmain-win32.c +++ b/gdk/win32/gdkmain-win32.c @@ -218,6 +218,17 @@ gdk_notify_startup_complete (void) { } +void +gdk_notify_startup_complete_with_id (const gchar* startup_id) +{ +} + +void +gdk_window_set_startup_id (GdkWindow *window, + const gchar *startup_id) +{ +} + #ifdef G_ENABLE_DEBUG /*