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,24 @@
Hunk #1: Unbreak with libdockapp>=0.7
Hunk #2: fix text display that was blank
Index: src/wmnetload.c
--- src/wmnetload.c.orig
+++ src/wmnetload.c
@@ -37,7 +37,7 @@
#include <sys/ioctl.h>
#include <sys/time.h>
#include <unistd.h>
-#include <dockapp.h>
+#include <libdockapp/dockapp.h>
#ifdef HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#endif
@@ -1051,7 +1051,7 @@ static void
setshape(void)
{
Pixmap mask, pixmap;
- unsigned int h, w;
+ unsigned short h, w;
if (DAMakePixmapFromData(backlight_off_xpm, &pixmap, &mask, &h, &w)) {
DASetShape(mask);