diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index c95e573..f0dbcc6 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -406,6 +406,7 @@ public: | |||
406 | int numHeads() const { return m_xinerama_num_heads; } | 406 | int numHeads() const { return m_xinerama_num_heads; } |
407 | 407 | ||
408 | void initXinerama(); | 408 | void initXinerama(); |
409 | void clearHeads(); | ||
409 | /** | 410 | /** |
410 | * Determines head number for a position | 411 | * Determines head number for a position |
411 | * @param x position in pixels on the screen | 412 | * @param x position in pixels on the screen |