diff options
author | Danny Baumann <dannybaumann@web.de> | 2010-02-03 16:53:35 +0100 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2010-02-03 16:53:35 +0100 |
commit | 2158e94fe1b0dc3ce6b2d2ae776013287149e8f1 (patch) | |
tree | c919bbb70c2bc2dc779ed4195d3d7806871030cd /include | |
parent | 1ac4afe31360d2d8255208372148f403136f5499 (diff) | |
download | zcomp-2158e94fe1b0dc3ce6b2d2ae776013287149e8f1.tar.gz zcomp-2158e94fe1b0dc3ce6b2d2ae776013287149e8f1.tar.bz2 |
Improve API.
Diffstat (limited to 'include')
-rw-r--r-- | include/core/screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/screen.h b/include/core/screen.h index ab4cb0d..694197f 100644 --- a/include/core/screen.h +++ b/include/core/screen.h @@ -319,6 +319,8 @@ class CompScreen : bool updateDefaultIcon (); + void updateSupportedWmHints (); + static unsigned int allocPluginClassIndex (); static void freePluginClassIndex (unsigned int index); |