aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-25 06:36:22 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-25 06:36:22 (GMT)
commit1bcc966153a557b6ab3ba236c9e468dbf0a2620e (patch)
tree15bb21d9c689e0d318d681f063873ba3de62644f /src/Slit.hh
parent9daf464b2812027c4a5a074f23896457471109f1 (diff)
downloadfluxbox-1bcc966153a557b6ab3ba236c9e468dbf0a2620e.zip
fluxbox-1bcc966153a557b6ab3ba236c9e468dbf0a2620e.tar.bz2
added resource session.screen<N>.slit.acceptKdeDockapps
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 aa88a5d..da21263 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -112,6 +112,7 @@ public:
112 int layerNumber() const { return m_layeritem->getLayerNum(); } 112 int layerNumber() const { return m_layeritem->getLayerNum(); }
113 113
114 inline bool isHidden() const { return m_hidden; } 114 inline bool isHidden() const { return m_hidden; }
115 inline bool acceptKdeDockapp() const { return *m_rc_kde_dockapp; }
115 inline bool doAutoHide() const { return *m_rc_auto_hide; } 116 inline bool doAutoHide() const { return *m_rc_auto_hide; }
116 inline Direction direction() const { return *m_rc_direction; } 117 inline Direction direction() const { return *m_rc_direction; }
117 inline Placement placement() const { return *m_rc_placement; } 118 inline Placement placement() const { return *m_rc_placement; }
@@ -173,7 +174,7 @@ private:
173 static unsigned int s_eventmask; 174 static unsigned int s_eventmask;
174 Strut *m_strut; 175 Strut *m_strut;
175 176
176 FbTk::Resource<bool> m_rc_auto_hide, m_rc_maximize_over; 177 FbTk::Resource<bool> m_rc_kde_dockapp, m_rc_auto_hide, m_rc_maximize_over;
177 FbTk::Resource<Slit::Placement> m_rc_placement; 178 FbTk::Resource<Slit::Placement> m_rc_placement;
178 FbTk::Resource<Slit::Direction> m_rc_direction; 179 FbTk::Resource<Slit::Direction> m_rc_direction;
179 FbTk::Resource<int> m_rc_alpha, m_rc_on_head; 180 FbTk::Resource<int> m_rc_alpha, m_rc_on_head;