aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
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);