diff options
author | fluxgen <fluxgen> | 2003-05-13 21:12:18 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-13 21:12:18 (GMT) |
commit | 3ac43716b79cd6ee207aee4c0444678f2ac6298b (patch) | |
tree | 9e7e67c3efaca2911f515df56293959bdebc1d87 /src/Slit.hh | |
parent | d050c6d0a6a103d743bd5c6b75eb6f0a92a204cb (diff) | |
download | fluxbox_pavel-3ac43716b79cd6ee207aee4c0444678f2ac6298b.zip fluxbox_pavel-3ac43716b79cd6ee207aee4c0444678f2ac6298b.tar.bz2 |
transparent slit
Diffstat (limited to 'src/Slit.hh')
-rw-r--r-- | src/Slit.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Slit.hh b/src/Slit.hh index f2e74bb..4eeed28 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.27 2003/05/11 17:42:51 fluxgen Exp $ | 25 | /// $Id: Slit.hh,v 1.28 2003/05/13 21:09:43 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SLIT_HH | 27 | #ifndef SLIT_HH |
28 | #define SLIT_HH | 28 | #define SLIT_HH |
@@ -111,6 +111,7 @@ public: | |||
111 | 111 | ||
112 | 112 | ||
113 | private: | 113 | private: |
114 | void clearWindow(); | ||
114 | void setupMenu(); | 115 | void setupMenu(); |
115 | 116 | ||
116 | void removeClient(SlitClient *client, bool remap, bool destroy); | 117 | void removeClient(SlitClient *client, bool remap, bool destroy); |
@@ -144,6 +145,7 @@ private: | |||
144 | 145 | ||
145 | std::auto_ptr<FbTk::XLayerItem> m_layeritem; | 146 | std::auto_ptr<FbTk::XLayerItem> m_layeritem; |
146 | std::auto_ptr<SlitTheme> m_slit_theme; | 147 | std::auto_ptr<SlitTheme> m_slit_theme; |
148 | std::auto_ptr<FbTk::Transparent> m_transp; | ||
147 | }; | 149 | }; |
148 | 150 | ||
149 | 151 | ||