diff options
author | Vincent Untz <vuntz@gnome.org> | 2007-06-10 11:53:04 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@src.gnome.org> | 2007-06-10 11:53:04 +0000 |
commit | f985d70f99b4b604ee3b2a697ef4c4a75c62e167 (patch) | |
tree | 474b70e28cc8ac37199146eab3016be5b66cb52a /doc/libwnck-docs.sgml | |
parent | 2ec58a2333a2abc5557fb93d41bea994dd5ccf07 (diff) | |
download | libwnck-f985d70f99b4b604ee3b2a697ef4c4a75c62e167.tar.gz |
reorganize a bit some of the functions.
2007-06-10 Vincent Untz <vuntz@gnome.org>
* doc/*: reorganize a bit some of the functions.
svn path=/trunk/; revision=1294
Diffstat (limited to 'doc/libwnck-docs.sgml')
-rw-r--r-- | doc/libwnck-docs.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/libwnck-docs.sgml b/doc/libwnck-docs.sgml index 2af6f3e..3f2b5b3 100644 --- a/doc/libwnck-docs.sgml +++ b/doc/libwnck-docs.sgml @@ -36,6 +36,16 @@ tell that wnck_set_client_type() should be used for pagers-like users mention that the window/classgroup/application/workspace/screen are owned by libwnck and should not be ref'ed/unref'ed. mention wnck_screen_force_update() + +Comment from Havoc: +One thing you might emphasize is that libwnck is a very expensive +library in some sense; every app using it is going to ask for a bunch of +info from the X server, then use substantial resources continuing to +mirror that info as it changes - pretty much every time anything changes +on the display, every libwnck app will wake up. + +All panel applets share the same copy of libwnck so it isn't so bad in +that case. --> <part id="core"> |