diff options
author | fluxgen <fluxgen> | 2003-06-12 15:22:59 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-12 15:22:59 (GMT) |
commit | 243d8723fc755b0ed864696701fee1dddfccc91e (patch) | |
tree | 97ee8d8f29dbd862215fd9746cec1686ff5a6192 /src | |
parent | cebc2540498ed959e7512514c0f4a12c1a2273cd (diff) | |
download | fluxbox-243d8723fc755b0ed864696701fee1dddfccc91e.zip fluxbox-243d8723fc755b0ed864696701fee1dddfccc91e.tar.bz2 |
minor fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/Screen.hh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 7c96a4a..e696498 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,7 +22,7 @@ | |||
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: Screen.hh,v 1.103 2003/05/20 11:03:10 rathnor Exp $ | 25 | // $Id: Screen.hh,v 1.104 2003/06/12 15:22:59 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -281,8 +281,10 @@ public: | |||
281 | void reconfigure(); | 281 | void reconfigure(); |
282 | void rereadMenu(); | 282 | void rereadMenu(); |
283 | void shutdown(); | 283 | void shutdown(); |
284 | /// show position window centered on the screen with "X x Y" text | ||
284 | void showPosition(int x, int y); | 285 | void showPosition(int x, int y); |
285 | void showGeometry(unsigned int, unsigned int); | 286 | /// show geomentry with "width x height"-text, not size of window |
287 | void showGeometry(unsigned int width, unsigned int height); | ||
286 | void hideGeometry(); | 288 | void hideGeometry(); |
287 | 289 | ||
288 | void notifyReleasedKeys(XKeyEvent &ke); | 290 | void notifyReleasedKeys(XKeyEvent &ke); |
@@ -359,6 +361,8 @@ private: | |||
359 | 361 | ||
360 | bool doSkipWindow(const FluxboxWindow *w, int options); | 362 | bool doSkipWindow(const FluxboxWindow *w, int options); |
361 | 363 | ||
364 | void renderGeomWindow(); | ||
365 | |||
362 | ScreenSubject | 366 | ScreenSubject |
363 | m_clientlist_sig, ///< client signal | 367 | m_clientlist_sig, ///< client signal |
364 | m_workspacecount_sig, ///< workspace count signal | 368 | m_workspacecount_sig, ///< workspace count signal |