aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index f8961c8..617b9b9 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -92,7 +92,7 @@ public:
92 // can elect to ignore move or resize (mainly for use of move/resize individual functions 92 // can elect to ignore move or resize (mainly for use of move/resize individual functions
93 void moveResize(int x, int y, 93 void moveResize(int x, int y,
94 unsigned int width, unsigned int height, 94 unsigned int width, unsigned int height,
95 bool move = true, bool resize = true); 95 bool move = true, bool resize = true, bool force = false);
96 96
97 // move without transparency or special effects (generally when dragging) 97 // move without transparency or special effects (generally when dragging)
98 void quietMoveResize(int x, int y, 98 void quietMoveResize(int x, int y,