diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index f55b307..5535c6e 100644 --- a/src/Window.hh +++ b/src/Window.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: Window.hh,v 1.50 2003/02/18 15:11:11 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.51 2003/02/22 15:10:43 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -173,6 +173,8 @@ public: | |||
173 | void exposeEvent(XExposeEvent &ee); | 173 | void exposeEvent(XExposeEvent &ee); |
174 | void configureRequestEvent(XConfigureRequestEvent &ce); | 174 | void configureRequestEvent(XConfigureRequestEvent &ce); |
175 | void propertyNotifyEvent(Atom a); | 175 | void propertyNotifyEvent(Atom a); |
176 | void enterNotifyEvent(XCrossingEvent &ev); | ||
177 | void leaveNotifyEvent(XCrossingEvent &ev); | ||
176 | //@} | 178 | //@} |
177 | 179 | ||
178 | void setDecoration(Decoration decoration); | 180 | void setDecoration(Decoration decoration); |