aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-17 11:00:50 (GMT)
committerfluxgen <fluxgen>2003-05-17 11:00:50 (GMT)
commite55252b46417d90be6bd730f2fcb16fc0e82eae9 (patch)
tree4148f549c8e627c4b0420fdba64d10afc7f66f96 /src/Slit.hh
parent0933da772aa17ab9622404d2d038a9b5048012f2 (diff)
downloadfluxbox-e55252b46417d90be6bd730f2fcb16fc0e82eae9.zip
fluxbox-e55252b46417d90be6bd730f2fcb16fc0e82eae9.tar.bz2
fixed slit client die issue
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index b94b5e7..10b141a 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -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.hh,v 1.29 2003/05/15 11:17:27 fluxgen Exp $ 25/// $Id: Slit.hh,v 1.30 2003/05/17 11:00:50 fluxgen Exp $
26 26
27#ifndef SLIT_HH 27#ifndef SLIT_HH
28#define SLIT_HH 28#define SLIT_HH
@@ -146,6 +146,7 @@ private:
146 std::auto_ptr<FbTk::XLayerItem> m_layeritem; 146 std::auto_ptr<FbTk::XLayerItem> m_layeritem;
147 std::auto_ptr<SlitTheme> m_slit_theme; 147 std::auto_ptr<SlitTheme> m_slit_theme;
148 std::auto_ptr<FbTk::Transparent> m_transp; 148 std::auto_ptr<FbTk::Transparent> m_transp;
149 static unsigned int s_eventmask;
149}; 150};
150 151
151 152