diff options
author | Benjamin Otte <otte@src.gnome.org> | 2006-05-17 12:55:10 +0000 |
---|---|---|
committer | Benjamin Otte <otte@src.gnome.org> | 2006-05-17 12:55:10 +0000 |
commit | 30b0a29b8fc502ab94a238f21e644f01fee4f392 (patch) | |
tree | 7b584523c4f192d7834cfda844ed30ec1bb31bfb /libwnck/window.c | |
parent | c4ed38ba908ae424822edfccbd88b30457c4a8b7 (diff) | |
download | libwnck-30b0a29b8fc502ab94a238f21e644f01fee4f392.tar.gz |
Restart the activation timeout when the mouse moves to a different
* libwnck/pager.c: (wnck_pager_drag_motion): Restart the activation
timeout when the mouse moves to a different workspace
* libwnck/window.c: document wnck_window_is_skip_tasklist()
Diffstat (limited to 'libwnck/window.c')
-rw-r--r-- | libwnck/window.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libwnck/window.c b/libwnck/window.c index 83e9ea1..e26bf73 100644 --- a/libwnck/window.c +++ b/libwnck/window.c @@ -828,6 +828,14 @@ wnck_window_is_shaded (WnckWindow *window) return window->priv->is_shaded; } +/** + * wnck_window_is_skip_tasklist: + * @window: a #WnckWindow + * + * + * + * Returns: TRUE if the window should be skipped in tasklists. + **/ gboolean wnck_window_is_above (WnckWindow *window) { |