diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-09-24 20:02:16 +0200 |
---|---|---|
committer | Dennis kasprzyk <onestone@compiz-fusion.org> | 2008-09-24 20:02:16 +0200 |
commit | 96375be7f8850ede3e63c36fc186319db057dadb (patch) | |
tree | db41693863fa284e1966e84222f19ed7edafe23e /kde | |
parent | f7a08278f5cf4f32f7df42e69700e1edfa15fc37 (diff) | |
download | zcomp-96375be7f8850ede3e63c36fc186319db057dadb.tar.gz zcomp-96375be7f8850ede3e63c36fc186319db057dadb.tar.bz2 |
Apply libdecoration changes.
Diffstat (limited to 'kde')
-rw-r--r-- | kde/window-decorator/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde/window-decorator/main.cpp b/kde/window-decorator/main.cpp index 6e9b258..d9d6535 100644 --- a/kde/window-decorator/main.cpp +++ b/kde/window-decorator/main.cpp @@ -124,7 +124,8 @@ main (int argc, char **argv) return 1; } - decor_set_dm_check_hint (qt_xdisplay (), qt_xscreen ()); + decor_set_dm_check_hint (qt_xdisplay (), qt_xscreen (), + WINDOW_DECORATION_TYPE_PIXMAP); if (!app->enableDecorations (timestamp, event)) { |