aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-09-12 14:56:20 (GMT)
committerrathnor <rathnor>2004-09-12 14:56:20 (GMT)
commit42c1fd3ae3dd058e146b7350c65b74386123c25c (patch)
treecc549c2c7b12c87f8c33198f5b30f00d9dd30bc6 /src/Slit.hh
parentc39234195a46cece2bdb18dfdde6c91c7a190dc4 (diff)
downloadfluxbox-42c1fd3ae3dd058e146b7350c65b74386123c25c.zip
fluxbox-42c1fd3ae3dd058e146b7350c65b74386123c25c.tar.bz2
preliminary support for composite/compositing manager. Also general work
for consistency with transparency resources
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 8b3249f..6f5b428 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.42 2004/09/11 18:58:27 fluxgen Exp $ 25/// $Id: Slit.hh,v 1.43 2004/09/12 14:56:19 rathnor Exp $
26 26
27#ifndef SLIT_HH 27#ifndef SLIT_HH
28#define SLIT_HH 28#define SLIT_HH
@@ -120,6 +120,7 @@ public:
120 const SlitClients &clients() const { return m_client_list; } 120 const SlitClients &clients() const { return m_client_list; }
121 SlitClients &clients() { return m_client_list; } 121 SlitClients &clients() { return m_client_list; }
122private: 122private:
123 void updateAlpha();
123 void clearWindow(); 124 void clearWindow();
124 void setupMenu(); 125 void setupMenu();
125 126