]> Dogcows Code - chaz/openbox/blobdiff - src/Window.hh
handle systray apps closing..
[chaz/openbox] / src / Window.hh
index 2372b5b114f19919d1d98b47551a2e3585d9b488..02c15bcbf480cbd788fd4f5f4ddccbd262e6f16d 100644 (file)
@@ -134,6 +134,7 @@ private:
 
   unsigned int window_number;
   unsigned long current_state;
+  unsigned int mod_mask;    // the mod mask used to grab buttons
 
   enum FocusMode { F_NoInput = 0, F_Passive,
                    F_LocallyActive, F_GloballyActive };
@@ -295,7 +296,7 @@ private:
   void setState(unsigned long new_state);
   void upsize(void);
   void doMove(int x_root, int y_root);
-  bool doWorkspaceWarping(int x_root, int y_root, int dx, int dy);
+  void doWorkspaceWarping(int x_root, int y_root, int &dx);
   void doWindowSnapping(int &dx, int &dy);
   void endMove(void);
   void doResize(int x_root, int y_root);
This page took 0.021713 seconds and 4 git commands to generate.