summaryrefslogtreecommitdiff
path: root/libwnck/private.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-12-01 03:55:43 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-12-01 03:55:43 +0000
commit7ff1815eceb07103c4554054d252daf0f2d13d40 (patch)
tree22dd7a0794cccc3114303b0d35f94667768711ed /libwnck/private.h
parent9ffc473440fea2c27c746a890410eb3bfca753f3 (diff)
downloadlibwnck-7ff1815eceb07103c4554054d252daf0f2d13d40.tar.gz
require startup notification 0.4
2002-11-30 Havoc Pennington <hp@pobox.com> * configure.in: require startup notification 0.4 * libwnck/application.c (_wnck_application_create): fill in startup_id field (wnck_application_get_startup_id): new function * libwnck/tasklist.c (wnck_task_new_from_window): remove any startup sequence buttons as soon as we add a window for that sequence to the tasklist. (wnck_task_get_text): prefer "description" over name if we have a description. * libwnck/window.c (_wnck_window_get_startup_id): new function * libwnck/xutils.c (_wnck_get_fallback_icons): allow getting only one of the default icons * configure.in: increment to 2.1.5 and bump libtool stuff * libwnck/window.c (update_wintype): type SPLASH not SPLASHSCREEN for the X atom * libwnck/tasklist.c (wnck_task_get_icon): load an icon for the task being started up. (wnck_tasklist_set_icon_loader): new function to set an icon load function
Diffstat (limited to 'libwnck/private.h')
-rw-r--r--libwnck/private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libwnck/private.h b/libwnck/private.h
index a8dd81d..cc04461 100644
--- a/libwnck/private.h
+++ b/libwnck/private.h
@@ -51,6 +51,8 @@ WnckWindow* _wnck_window_create (Window xwindow,
WnckScreen *screen);
void _wnck_window_destroy (WnckWindow *window);
+const char* _wnck_window_get_startup_id (WnckWindow *window);
+
WnckWorkspace* _wnck_workspace_create (int number,
WnckScreen *screen);
void _wnck_workspace_destroy (WnckWorkspace *space);