aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorGediminas Liktaras <gliktaras@gmail.com>2011-12-08 13:34:09 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2011-12-10 16:13:19 (GMT)
commitcd339169d1961eb508ea89cee2609ec6d0fc0c15 (patch)
tree01acd158a03fb17a72e067ff0b36701da75e49dc /src/Window.hh
parent85ac5c4b2c6a526992f483a6e91867dc2f82a19e (diff)
downloadfluxbox_paul-cd339169d1961eb508ea89cee2609ec6d0fc0c15.zip
fluxbox_paul-cd339169d1961eb508ea89cee2609ec6d0fc0c15.tar.bz2
fbcompose - A compositing addon for fluxbox window manager.
fbcompose(1) is an optional compositing addon for fluxbox window manager. It augments fluxbox with a number of graphical features. Most notably, fbcompose allows fluxbox to properly display applications that require compositing (docky, for example), adds support for true window transparency (as opposed to fluxbox's pseudo transparency) and provides a plugin framework to extend the compositor's functionality. As this is still a beta version of the compositor, the bugs are likely.
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 6117d48..a826378 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -499,6 +499,9 @@ private:
499 void setFullscreenLayer(); 499 void setFullscreenLayer();
500 void attachWorkAreaSig(); 500 void attachWorkAreaSig();
501 501
502 void setReconfigureRectProperty(int x, int y, int width, int height);
503 void clearReconfigureRectProperty();
504
502 // modifies left and top if snap is necessary 505 // modifies left and top if snap is necessary
503 void doSnapping(int &left, int &top); 506 void doSnapping(int &left, int &top);
504 // user_w/h return the values that should be shown to the user 507 // user_w/h return the values that should be shown to the user