diff options
author | rathnor <rathnor> | 2003-02-22 15:10:43 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-02-22 15:10:43 (GMT) |
commit | cc2f023a22db212b4097d7756379bb6b9e866b11 (patch) | |
tree | 33cd8f790e760965960d54406250dd73ab0aec93 /src/Window.hh | |
parent | 7cf8c0863e6dd07e1023207964605de12f7d0a3c (diff) | |
download | fluxbox-cc2f023a22db212b4097d7756379bb6b9e866b11.zip fluxbox-cc2f023a22db212b4097d7756379bb6b9e866b11.tar.bz2 |
fix focus models for new event handler and Resource setup
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); |