diff options
author | Tor Lillqvist <tml@novell.com> | 2007-03-15 16:48:26 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2007-03-15 16:48:26 +0000 |
commit | 03ad30de0ac4dc05004bd50c6ac69e29c0212115 (patch) | |
tree | 2d9021a396d4c33ad18ace2986165421bcb914e8 /gdk/win32 | |
parent | 4191ec6a027a48ff099d38bfcd6195b6cbc2fdaa (diff) | |
download | gtk+-03ad30de0ac4dc05004bd50c6ac69e29c0212115.tar.gz |
Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id.
2007-03-15 Tor Lillqvist <tml@novell.com>
* 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
Diffstat (limited to 'gdk/win32')
-rw-r--r-- | gdk/win32/gdkmain-win32.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 /* |