aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-30 01:02:09 (GMT)
committerfluxgen <fluxgen>2003-08-30 01:02:09 (GMT)
commit1a98c78272b7d866cda1b3ee72afae0c270d8358 (patch)
tree63aa555a930e959dd3ce42f18a471265c77f620a /src/Slit.cc
parent4bbdd0923b44e3b3b47c1f7decc0f99f9a2ae77a (diff)
downloadfluxbox-1a98c78272b7d866cda1b3ee72afae0c270d8358.zip
fluxbox-1a98c78272b7d866cda1b3ee72afae0c270d8358.tar.bz2
need to know when alpha changes
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index a9a3f35..a16bfb8 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Slit.cc,v 1.79 2003/08/29 10:30:46 fluxgen Exp $ 25// $Id: Slit.cc,v 1.80 2003/08/30 01:01:47 fluxgen Exp $
26 26
27#include "Slit.hh" 27#include "Slit.hh"
28 28
@@ -283,6 +283,7 @@ Slit::Slit(BScreen &scr, FbTk::XLayer &layer, const char *filename)
283 // attach to theme and root window change signal 283 // attach to theme and root window change signal
284 m_slit_theme->reconfigSig().attach(this); 284 m_slit_theme->reconfigSig().attach(this);
285 scr.resizeSig().attach(this); 285 scr.resizeSig().attach(this);
286 scr.reconfigureSig().attach(this); // if alpha changed (we disablethis signal when we get theme change sig)
286 287
287 frame.pixmap = None; 288 frame.pixmap = None;
288 // setup timer 289 // setup timer