diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 2 |
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); |