summaryrefslogtreecommitdiff
path: root/src/blackbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-06-07 00:24:02 +0000
committerDana Jansens <danakj@orodu.net>2002-06-07 00:24:02 +0000
commite90fafd2fd907a81bdc60ad8b6de35fc1595cdff (patch)
tree38e3e6394d5aab654ad283e2d7351000c57263af /src/blackbox.hh
parentaad50046de0b1971f869ee95a0f80267c74a1fd3 (diff)
fix off-by-ones in window-to-window snapping. move the property from the blackbox class to the screen class.
Diffstat (limited to 'src/blackbox.hh')
-rw-r--r--src/blackbox.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/blackbox.hh b/src/blackbox.hh
index 48fda8c5..cb38dc34 100644
--- a/src/blackbox.hh
+++ b/src/blackbox.hh
@@ -115,8 +115,6 @@ private:
timeval auto_raise_delay;
unsigned long cache_life, cache_max;
std::string titlebar_layout;
- bool window_to_window_snap;
- bool window_corner_snap;
} resource;
typedef std::map<Window, BlackboxWindow*> WindowLookup;
@@ -217,11 +215,6 @@ public:
inline unsigned long getCacheMax(void) const
{ return resource.cache_max; }
- inline bool getWindowToWindowSnap(void) const
- { return resource.window_to_window_snap; }
- inline bool getWindowCornerSnap(void) const
- { return resource.window_corner_snap; }
-
inline void setNoFocus(bool f) { no_focus = f; }
inline Cursor getSessionCursor(void) const
@@ -236,8 +229,6 @@ public:
void setFocusedWindow(BlackboxWindow *w);
void shutdown(void);
void saveStyleFilename(const std::string& filename);
- void saveWindowToWindowSnap(bool);
- void saveWindowCornerSnap(bool);
void addMenuTimestamp(const std::string& filename);
void restart(const char *prog = 0);
void reconfigure(void);