aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-08-10 12:05:47 (GMT)
committerfluxgen <fluxgen>2004-08-10 12:05:47 (GMT)
commit5f819e8537f14d9f7ce29caf5e1ca45066c55508 (patch)
treed07b8fda7a4601f49f606e1ed56d997cd98957f6 /src/Window.hh
parent05c0bfc8f87c62001f9dadef70453364ccbe1590 (diff)
downloadfluxbox-5f819e8537f14d9f7ce29caf5e1ca45066c55508.zip
fluxbox-5f819e8537f14d9f7ce29caf5e1ca45066c55508.tar.bz2
some debugmessages and minor fixes
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/Window.hh b/src/Window.hh
index f12384e..a271fb5 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,15 +22,16 @@
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.116 2004/06/20 04:49:33 rathnor Exp $ 25// $Id: Window.hh,v 1.117 2004/08/10 12:05:47 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
29 29
30#include "Timer.hh" 30#include "FbTk/Timer.hh"
31#include "Subject.hh" 31#include "FbTk/Subject.hh"
32#include "EventHandler.hh" 32#include "FbTk/EventHandler.hh"
33#include "XLayerItem.hh" 33#include "FbTk/XLayerItem.hh"
34
34#include "FbWinFrame.hh" 35#include "FbWinFrame.hh"
35 36
36#include <X11/Xlib.h> 37#include <X11/Xlib.h>
@@ -411,8 +412,6 @@ private:
411 void restoreGravity(); 412 void restoreGravity();
412 void setGravityOffsets(); 413 void setGravityOffsets();
413 void setState(unsigned long stateval, bool setting_up); 414 void setState(unsigned long stateval, bool setting_up);
414 void upsize();
415 void downsize();
416 415
417 // modifies left and top if snap is necessary 416 // modifies left and top if snap is necessary
418 void doSnapping(int &left, int &top); 417 void doSnapping(int &left, int &top);