View | Details | Raw Unified | Return to bug 244290 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	libxfce4menu
4
PORTNAME=	libxfce4menu
5
PORTVERSION=	4.16.0
5
PORTVERSION=	4.16.0
6
PORTREVISSION=	1
6
CATEGORIES=	x11 xfce
7
CATEGORIES=	x11 xfce
7
MASTER_SITES=	XFCE
8
MASTER_SITES=	XFCE
8
DISTNAME=	libxfce4ui-${DISTVERSIONFULL}
9
DISTNAME=	libxfce4ui-${DISTVERSIONFULL}
(-)files/patch-libxfce4kbd-private_xfce-shortcuts-grabber.c (+21 lines)
Line 0 Link Here
1
--- libxfce4kbd-private/xfce-shortcuts-grabber.c.orig	2020-11-23 10:16:17 UTC
2
+++ libxfce4kbd-private/xfce-shortcuts-grabber.c
3
@@ -22,6 +22,8 @@
4
 #include <config.h>
5
 #endif
6
 
7
+#include <sys/param.h>
8
+
9
 #include <glib.h>
10
 #include <glib-object.h>
11
 
12
@@ -180,6 +182,9 @@ xfce_shortcuts_grabber_keys_changed (GdkKeymap        
13
 
14
   TRACE ("Keys changed, regrabbing");
15
 
16
+#ifdef __FreeBSD__
17
+  xfce_shortcuts_grabber_ungrab_all (grabber);
18
+#endif
19
   xfce_shortcuts_grabber_grab_all (grabber);
20
 }
21
 

Return to bug 244290