diff options
author | rathnor <rathnor> | 2003-09-24 14:02:25 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-09-24 14:02:25 (GMT) |
commit | feb7462e381b4015bc736e90da87dc7cc5711b1a (patch) | |
tree | e028335ecbc02b1e79128247293003b2ce5afc29 /src/Window.hh | |
parent | bec4f7c894677a92d9210a1b1e511afd4cee5e5e (diff) | |
download | fluxbox_pavel-feb7462e381b4015bc736e90da87dc7cc5711b1a.zip fluxbox_pavel-feb7462e381b4015bc736e90da87dc7cc5711b1a.tar.bz2 |
Fix updates to mwm_hints, and make configure request move and resize atomic
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(); |