diff options
author | fluxgen <fluxgen> | 2003-05-07 22:53:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-07 22:53:21 (GMT) |
commit | 1b9a07dcbc4ffa650ad824cbf0db27cb67fb3cc9 (patch) | |
tree | 7dfb72e0f4c696af38c4d4aaa303edf6918a83b0 /src/Slit.hh | |
parent | b04a5bb1c8e7520eea0208a360b220831cf5cdef (diff) | |
download | fluxbox-1b9a07dcbc4ffa650ad824cbf0db27cb67fb3cc9.zip fluxbox-1b9a07dcbc4ffa650ad824cbf0db27cb67fb3cc9.tar.bz2 |
fixed expose event
Diffstat (limited to 'src/Slit.hh')
-rw-r--r-- | src/Slit.hh | 3 |
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); |