diff options
author | rathnor <rathnor> | 2004-05-17 15:20:32 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-05-17 15:20:32 (GMT) |
commit | 15fe67e21e0529fbced36bea3d938611ea1a128a (patch) | |
tree | 124c18c1cd6f6d6400c8b2297f9ba24e361545ee /src/Slit.hh | |
parent | c1fb3b3e1a08ef8ad479cf76ba2520bc72591c6c (diff) | |
download | fluxbox-15fe67e21e0529fbced36bea3d938611ea1a128a.zip fluxbox-15fe67e21e0529fbced36bea3d938611ea1a128a.tar.bz2 |
fix up slit transparency redraw issues
Diffstat (limited to 'src/Slit.hh')
-rw-r--r-- | src/Slit.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Slit.hh b/src/Slit.hh index 70c2ae5..83d0fae 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.39 2004/04/19 22:42:26 fluxgen Exp $ | 25 | /// $Id: Slit.hh,v 1.40 2004/05/17 15:20:32 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef SLIT_HH | 27 | #ifndef SLIT_HH |
28 | #define SLIT_HH | 28 | #define SLIT_HH |
@@ -152,7 +152,6 @@ private: | |||
152 | 152 | ||
153 | std::auto_ptr<FbTk::XLayerItem> m_layeritem; | 153 | std::auto_ptr<FbTk::XLayerItem> m_layeritem; |
154 | std::auto_ptr<SlitTheme> m_slit_theme; | 154 | std::auto_ptr<SlitTheme> m_slit_theme; |
155 | std::auto_ptr<FbTk::Transparent> m_transp; | ||
156 | static unsigned int s_eventmask; | 155 | static unsigned int s_eventmask; |
157 | Strut *m_strut; | 156 | Strut *m_strut; |
158 | 157 | ||