aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-09-24 14:02:25 (GMT)
committerrathnor <rathnor>2003-09-24 14:02:25 (GMT)
commitfeb7462e381b4015bc736e90da87dc7cc5711b1a (patch)
treee028335ecbc02b1e79128247293003b2ce5afc29 /src/Window.hh
parentbec4f7c894677a92d9210a1b1e511afd4cee5e5e (diff)
downloadfluxbox-feb7462e381b4015bc736e90da87dc7cc5711b1a.zip
fluxbox-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.hh12
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();