all repos — fluxbox @ 9b0cedf9618f382c8691d3243668771e065732b2

custom fork of the fluxbox windowmanager

minor
Mathias Gumz akira at fluxbox dot org
commit

9b0cedf9618f382c8691d3243668771e065732b2

parent

e00c2b784a90d882689d61d042e26aa1caff0212

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

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

@@ -2111,7 +2111,7 @@ #ifdef XINERAMA

if (hasXinerama()) { // cast needed to prevent win.x() become "unsigned int" which is bad - // since it might become negative + // since it might be negative int cx = win.x() + static_cast<int>(win.width() / 2); int cy = win.y() + static_cast<int>(win.height() / 2);