aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-07-20 11:16:09 (GMT)
committermarkt <markt>2006-07-20 11:16:09 (GMT)
commit9be679dad71f81e85d6e55dd11c662b17e73d937 (patch)
treedd63a8be7f3e88b3f1203c47e1c545fb327321e1 /src/Screen.hh
parent7a22210864b59c06bba6ca6530bb5e69c9772517 (diff)
downloadfluxbox-9be679dad71f81e85d6e55dd11c662b17e73d937.zip
fluxbox-9be679dad71f81e85d6e55dd11c662b17e73d937.tar.bz2
allow negative width and height
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 0a1eaf8..d4aea5e 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -286,7 +286,7 @@ public:
286 void showPosition(int x, int y); 286 void showPosition(int x, int y);
287 void hidePosition(); 287 void hidePosition();
288 /// show geomentry with "width x height"-text, not size of window 288 /// show geomentry with "width x height"-text, not size of window
289 void showGeometry(unsigned int width, unsigned int height); 289 void showGeometry(int width, int height);
290 void hideGeometry(); 290 void hideGeometry();
291 291
292 void notifyReleasedKeys(XKeyEvent &ke); 292 void notifyReleasedKeys(XKeyEvent &ke);