From 1a6d067013259bb8e7bee0fe4d9e8bff48200cb7 Mon Sep 17 00:00:00 2001
From: mathias <mathias>
Date: Thu, 17 Mar 2005 14:24:36 +0000
Subject: move the slitframe out of sight at startup

---
 src/Slit.cc | 2 ++
 1 file changed, 2 insertions(+)

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)
     scr.reconfigureSig().attach(this); // if alpha changed (we disablethis signal when we get theme change sig)
 
     frame.pixmap = None;
+    // move the frame out of sight for a moment
+    frame.window.move(-frame.window.width(), -frame.window.height());
     // setup timer
     m_timer.setTimeout(200); // default timeout
     m_timer.fireOnce(true);
-- 
cgit v0.11.2