View | Details | Raw Unified | Return to bug 274329
Collapse All | Expand All

(-)a/x11-toolkits/libwnck3/files/patch-libwnck_libwnck-3.map (-11 lines)
Removed Link Here
1
--- libwnck/libwnck-3.map.orig	2020-03-25 21:18:55 UTC
2
+++ libwnck/libwnck-3.map
3
@@ -1,6 +1,8 @@
4
 {
5
 global:
6
     wnck_*;
7
+    __progname;
8
+    environ;
9
 local:
10
     *;
11
 };
(-)b/x11-toolkits/libwnck3/files/patch-libwnck_pager-accessible-factory.h (+11 lines)
Added Link Here
1
--- libwnck/pager-accessible-factory.h.orig	2020-03-25 21:18:55 UTC
2
+++ libwnck/pager-accessible-factory.h
3
@@ -17,7 +17,7 @@
4
  */
5
 
6
 #ifndef __WNCK_PAGER_ACCESSIBLE_FACTORY_H__
7
-#define __WBCK_PAGER_ACCESSIBLE_FACTORY_H__
8
+#define __WNCK_PAGER_ACCESSIBLE_FACTORY_H__
9
 
10
 #include <atk/atk.h>
11
 
(-)b/x11-toolkits/libwnck3/files/patch-libwnck_workspace-accessible-factory.h (+11 lines)
Added Link Here
1
--- libwnck/workspace-accessible-factory.h.orig	2020-03-25 21:18:55 UTC
2
+++ libwnck/workspace-accessible-factory.h
3
@@ -17,7 +17,7 @@
4
  */
5
 
6
 #ifndef __WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__
7
-#define __WBCK_WORKSPACE_ACCESSIBLE_FACTORY_H__
8
+#define __WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__
9
 
10
 #include <atk/atk.h>
11
 

Return to bug 274329