File: 0002-Fix-function-arguments.patch

package info (click to toggle)
matchbox-panel-manager 0.1%2Bgit20041202-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: ansic: 1,510; makefile: 27; sh: 2
file content (21 lines) | stat: -rw-r--r-- 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Moray Allan <moray@debian.org>
Date: Thu, 12 Feb 2026 10:14:39 +0000
Subject: Fix function arguments

---
 mbpanelmgr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mbpanelmgr.c b/mbpanelmgr.c
index 4d45665..3dcc7e9 100644
--- a/mbpanelmgr.c
+++ b/mbpanelmgr.c
@@ -505,7 +505,7 @@ window_filter (GdkXEvent *xev, GdkEvent *gev, gpointer d)
     {
       if (ev->xproperty.atom == atoms[_NET_CLIENT_LIST])
 	{
-	  gui_populate (dpy);
+	  gui_populate ();
 	}
 
     }