diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-02-10 17:16:50 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-02-10 17:16:50 (GMT) |
commit | cd128d7a3e19e0608b992d5211d7ea88a73ed3cd (patch) | |
tree | 1a02e390a18cb9f70603cf7b87612bbe01c8dba2 /src/Screen.hh | |
parent | 26dafdafbe6ac67479e7b78e77d6da178953a3ab (diff) | |
download | fluxbox-cd128d7a3e19e0608b992d5211d7ea88a73ed3cd.zip fluxbox-cd128d7a3e19e0608b992d5211d7ea88a73ed3cd.tar.bz2 |
removed goto
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index f0dbcc6..d42fea0 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -407,6 +407,9 @@ public: | |||
407 | 407 | ||
408 | void initXinerama(); | 408 | void initXinerama(); |
409 | void clearHeads(); | 409 | void clearHeads(); |
410 | /// clean up xinerama | ||
411 | void clearXinerama(); | ||
412 | |||
410 | /** | 413 | /** |
411 | * Determines head number for a position | 414 | * Determines head number for a position |
412 | * @param x position in pixels on the screen | 415 | * @param x position in pixels on the screen |