Index: x11-wm/fluxbox/files/patch-src_Ewmh.cc =================================================================== --- x11-wm/fluxbox/files/patch-src_Ewmh.cc (nonexistent) +++ x11-wm/fluxbox/files/patch-src_Ewmh.cc (working copy) @@ -0,0 +1,11 @@ +--- src/Ewmh.cc.orig 2018-02-17 12:06:58 UTC ++++ src/Ewmh.cc +@@ -914,7 +914,7 @@ void Ewmh::updateGeometry(BScreen &screen) { + * Window Manager. + * + */ +- long value[2] = {screen.width(), screen.height()}; ++ long value[2] = {static_cast(screen.width()), static_cast(screen.height())}; + screen.rootWindow().changeProperty(m_net->desktop_geometry, + XA_CARDINAL, 32, + PropModeReplace, Property changes on: x11-wm/fluxbox/files/patch-src_Ewmh.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property