aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Transparent.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2005-04-10 18:18:14 (GMT)
committersimonb <simonb>2005-04-10 18:18:14 (GMT)
commit88c66f0687d2a9e2018f22407b2587dc4d87d012 (patch)
tree197308ad2426783058f479d12329548c6a8a4374 /src/FbTk/Transparent.hh
parent6cf66c66554a20a1c98eddf26af9e35b7c90cbd5 (diff)
downloadfluxbox-88c66f0687d2a9e2018f22407b2587dc4d87d012.zip
fluxbox-88c66f0687d2a9e2018f22407b2587dc4d87d012.tar.bz2
Big changes to how transparency works
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent
Diffstat (limited to 'src/FbTk/Transparent.hh')
-rw-r--r--src/FbTk/Transparent.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Transparent.hh b/src/FbTk/Transparent.hh
index 9dc1973..77e09c5 100644
--- a/src/FbTk/Transparent.hh
+++ b/src/FbTk/Transparent.hh
@@ -39,6 +39,7 @@ public:
39 void setSource(Drawable src, int screen_num); 39 void setSource(Drawable src, int screen_num);
40 /// sets destination drawable 40 /// sets destination drawable
41 void setDest(Drawable dest, int screen_num); 41 void setDest(Drawable dest, int screen_num);
42 void freeDest();
42 /** 43 /**
43 renders to dest from src with specified coordinates and size 44 renders to dest from src with specified coordinates and size
44 */ 45 */