aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
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