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 80dd95c..a9c3322 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.25 2003/05/06 01:45:17 rathnor Exp $ 25/// $Id: Slit.hh,v 1.26 2003/05/07 22:53:21 fluxgen Exp $
26 26
27#ifndef SLIT_HH 27#ifndef SLIT_HH
28#define SLIT_HH 28#define SLIT_HH
@@ -101,6 +101,7 @@ public:
101 void enterNotifyEvent(XCrossingEvent &event); 101 void enterNotifyEvent(XCrossingEvent &event);
102 void leaveNotifyEvent(XCrossingEvent &event); 102 void leaveNotifyEvent(XCrossingEvent &event);
103 void configureRequestEvent(XConfigureRequestEvent &event); 103 void configureRequestEvent(XConfigureRequestEvent &event);
104 void exposeEvent(XExposeEvent &event);
104 //@} 105 //@}
105 106
106 void moveToLayer(int layernum); 107 void moveToLayer(int layernum);