aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-06-19 15:04:28 (GMT)
committerrathnor <rathnor>2004-06-19 15:04:28 (GMT)
commit4589ecdbbc719cc49f10cef4a9460d89b6a8fba7 (patch)
treec5c12affeb3f6de45439f14478c931a78d549b44 /src/Window.hh
parente68a7a4e72f0a0b3303d89e3b6a7d345997bf987 (diff)
downloadfluxbox-4589ecdbbc719cc49f10cef4a9460d89b6a8fba7.zip
fluxbox-4589ecdbbc719cc49f10cef4a9460d89b6a8fba7.tar.bz2
fix initialisation of state when a window is first mapped
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index c67ce63..44c1f4d 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.114 2004/05/13 01:48:18 rathnor Exp $ 25// $Id: Window.hh,v 1.115 2004/06/19 15:04:28 rathnor Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -404,7 +404,7 @@ private:
404 404
405 void restoreGravity(); 405 void restoreGravity();
406 void setGravityOffsets(); 406 void setGravityOffsets();
407 void setState(unsigned long stateval); 407 void setState(unsigned long stateval, bool setting_up);
408 void upsize(); 408 void upsize();
409 void downsize(); 409 void downsize();
410 410