bugfix: compiler warning

This commit is contained in:
Mathias Gumz 2010-08-22 20:11:59 +02:00
parent 442c651d64
commit 23f56d108f

View file

@ -2041,7 +2041,7 @@ int BScreen::getHead(const FbTk::FbWindow &win) const {
int head = 0; // whole screen
#if XINERAMA
#ifdef XINERAMA
if (hasXinerama()) {
// cast needed to prevent win.x() become "unsigned int" which is bad