diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Window.hh b/src/Window.hh index a07bf66..8c2fe46 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.94 2003/09/23 13:52:05 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.95 2003/09/24 14:02:25 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -236,7 +236,7 @@ public: | |||
236 | void unmapNotifyEvent(XUnmapEvent &unmapev); | 236 | void unmapNotifyEvent(XUnmapEvent &unmapev); |
237 | void exposeEvent(XExposeEvent &ee); | 237 | void exposeEvent(XExposeEvent &ee); |
238 | void configureRequestEvent(XConfigureRequestEvent &ce); | 238 | void configureRequestEvent(XConfigureRequestEvent &ce); |
239 | void propertyNotifyEvent(Atom a); | 239 | void propertyNotifyEvent(WinClient &client, Atom a); |
240 | void enterNotifyEvent(XCrossingEvent &ev); | 240 | void enterNotifyEvent(XCrossingEvent &ev); |
241 | void leaveNotifyEvent(XCrossingEvent &ev); | 241 | void leaveNotifyEvent(XCrossingEvent &ev); |
242 | //@} | 242 | //@} |
@@ -374,11 +374,11 @@ private: | |||
374 | 374 | ||
375 | bool getState(); | 375 | bool getState(); |
376 | /// gets title string from client window and updates frame's title | 376 | /// gets title string from client window and updates frame's title |
377 | void updateTitleFromClient(); | 377 | void updateTitleFromClient(WinClient &client); |
378 | /// gets icon name from client window | 378 | /// gets icon name from client window |
379 | void updateIconNameFromClient(); | 379 | void updateIconNameFromClient(WinClient &client); |
380 | void getMWMHints(); | 380 | void updateMWMHintsFromClient(WinClient &client); |
381 | void getBlackboxHints(); | 381 | void updateBlackboxHintsFromClient(WinClient &client); |
382 | void saveBlackboxAttribs(); | 382 | void saveBlackboxAttribs(); |
383 | void setNetWMAttributes(); | 383 | void setNetWMAttributes(); |
384 | void associateClientWindow(); | 384 | void associateClientWindow(); |