all repos — fluxbox @ 23f56d108fa9ac1c5cfdbf67de11e123e0c99d13

custom fork of the fluxbox windowmanager

bugfix: compiler warning
Mathias Gumz akira at fluxbox dot org
commit

23f56d108fa9ac1c5cfdbf67de11e123e0c99d13

parent

442c651d64c861a55665ad8dbd6a19a9c340c2ee

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Screen.ccsrc/Screen.cc

@@ -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