SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
x11/fluxbox/patches/patch-src_Ewmh_cc
Normal file
12
x11/fluxbox/patches/patch-src_Ewmh_cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: src/Ewmh.cc
|
||||
--- src/Ewmh.cc.orig
|
||||
+++ 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<long>(screen.width()), static_cast<long>(screen.height())};
|
||||
screen.rootWindow().changeProperty(m_net->desktop_geometry,
|
||||
XA_CARDINAL, 32,
|
||||
PropModeReplace,
|
Loading…
Add table
Add a link
Reference in a new issue