aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathias <mathias>2005-03-17 14:24:36 (GMT)
committermathias <mathias>2005-03-17 14:24:36 (GMT)
commit1a6d067013259bb8e7bee0fe4d9e8bff48200cb7 (patch)
tree57826a1e93cb547c94071787a920f7b03e667ed8 /src
parent9d6916b4bd2ec82e8ddecf5453695d8712068837 (diff)
downloadfluxbox-1a6d067013259bb8e7bee0fe4d9e8bff48200cb7.zip
fluxbox-1a6d067013259bb8e7bee0fe4d9e8bff48200cb7.tar.bz2
move the slitframe out of sight at startup
Diffstat (limited to 'src')
-rw-r--r--src/Slit.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index 431c8e4..05f76d6 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -295,6 +295,8 @@ Slit::Slit(BScreen &scr, FbTk::XLayer &layer, const char *filename)
295 scr.reconfigureSig().attach(this); // if alpha changed (we disablethis signal when we get theme change sig) 295 scr.reconfigureSig().attach(this); // if alpha changed (we disablethis signal when we get theme change sig)
296 296
297 frame.pixmap = None; 297 frame.pixmap = None;
298 // move the frame out of sight for a moment
299 frame.window.move(-frame.window.width(), -frame.window.height());
298 // setup timer 300 // setup timer
299 m_timer.setTimeout(200); // default timeout 301 m_timer.setTimeout(200); // default timeout
300 m_timer.fireOnce(true); 302 m_timer.fireOnce(true);