blob: 00570e4554122c5b3bf1facee15f43b3c7b32e6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ae,v 1.1 2008/04/04 09:19:49 is Exp $
--- xfgnome/xfgnome.h.orig 2001-07-13 19:57:44.000000000 +0200
+++ xfgnome/xfgnome.h
@@ -140,13 +140,13 @@ static int list_desk_change (unsigned lo
static Atom _XA_WIN_SUPPORTING_WM_CHECK;
static Atom _XA_WIN_PROTOCOLS;
-static Atom _XA_WIN_STATE;
+/*static*/ Atom _XA_WIN_STATE;
static Atom _XA_WIN_HINTS;
static Atom _XA_WIN_APP_STATE;
/*static Atom _XA_WIN_EXPANDED_SIZE;*/
static Atom _XA_WIN_ICONS;
-static Atom _XA_WIN_WORKSPACE;
-static Atom _XA_WIN_WORKSPACE_COUNT;
+/*static*/ Atom _XA_WIN_WORKSPACE;
+/*static*/ Atom _XA_WIN_WORKSPACE_COUNT;
static Atom _XA_WIN_WORKSPACE_NAMES;
static Atom _XA_WIN_CLIENT_LIST;
static Atom _XA_WIN_DESKTOP_BUTTON_PROXY;
|