diff options
author | Havoc Pennington <hp@pobox.com> | 2003-04-04 06:50:10 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2003-04-04 06:50:10 +0000 |
commit | 9738ac004c7757e5f636d0739fe6413cfeb94ce9 (patch) | |
tree | 4fe35902cce9c591b2b7d3834eb55f01bee2374d /libwnck/private.h | |
parent | 3573429d877b7dcd1489de834980c67738b33b4b (diff) | |
download | libwnck-9738ac004c7757e5f636d0739fe6413cfeb94ce9.tar.gz |
Throughout, add support for viewports in tasklist/pager. #109654 patch
2003-04-04 Havoc Pennington <hp@pobox.com>
* libwnck/*: Throughout, add support for viewports in
tasklist/pager. #109654 patch from Kim Woelders
2003-04-04 Havoc Pennington <hp@pobox.com>
* libwnck/xutils.c (get_cmap): fix to use correct system colormap
for the screen, #109480 from Arvind Samptur
Diffstat (limited to 'libwnck/private.h')
-rw-r--r-- | libwnck/private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libwnck/private.h b/libwnck/private.h index 7b72915..929a7bd 100644 --- a/libwnck/private.h +++ b/libwnck/private.h @@ -77,6 +77,9 @@ void _wnck_screen_change_workspace_name (WnckScreen *screen, int number, const char *name); +gboolean _wnck_workspace_set_geometry (WnckWorkspace *space, int w, int h); +gboolean _wnck_workspace_set_viewport (WnckWorkspace *space, int x, int y); + void _wnck_init (void); #define DEFAULT_ICON_WIDTH 32 |