SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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,