aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 44649c0..eab0f59 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -2041,7 +2041,7 @@ int BScreen::getHead(const FbTk::FbWindow &win) const {
2041 2041
2042 int head = 0; // whole screen 2042 int head = 0; // whole screen
2043 2043
2044#if XINERAMA 2044#ifdef XINERAMA
2045 if (hasXinerama()) { 2045 if (hasXinerama()) {
2046 2046
2047 // cast needed to prevent win.x() become "unsigned int" which is bad 2047 // cast needed to prevent win.x() become "unsigned int" which is bad