summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches/patch-af
blob: cb2af9ac5f1e185360fdd6ee17186244cf53e32f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
$NetBSD: patch-af,v 1.2 2013/03/28 21:40:10 joerg Exp $

--- screen.c.orig	2000-03-02 21:43:02.000000000 +0000
+++ screen.c
@@ -157,6 +157,16 @@ static XrmQuark virtualPixmapColorIQ;
  *	Local Functions
  *-------------------------------------------------------------------------*/
 
+static updateScreenWorkspaceColor();
+static updateScreenWindowColor();
+static updateScreenForegroundColor();
+static updateScreenBackgroundColor();
+static updateScreenBorderColor();
+static updateScreenInputFocusColor();
+static updateScreenGlyphFont();
+static void UpdateScreenVirtualPixmapColor(Display *dpy, ScreenInfo *scrInfo);
+
+
 /*
  * makeScreenQuarks -- set up quarks for screen resources
  */
@@ -2422,9 +2432,7 @@ UpdateScreenVirtualFont(dpy,scrInfo)
 /*
  */
 /* ARGSUSED */
-UpdateScreenVirtualGeometry(dpy,scrInfo)
-	Display		*dpy;
-	ScreenInfo	*scrInfo;
+void UpdateScreenVirtualGeometry(Display *dpy, ScreenInfo *scrInfo)
 {
 char	*geom;
 	
@@ -2439,9 +2447,7 @@ char	*geom;
 	VirtualSetGeometry(scrInfo->vdm->client->framewin, geom);
 }
 
-UpdateScreenVirtualMap(dpy,scrInfo)
-	Display		*dpy;
-	ScreenInfo	*scrInfo;
+void UpdateScreenVirtualMap(Display *dpy, ScreenInfo *scrInfo)
 {
 char		*name;
 XSizeHints	*sizeHints;
@@ -2475,9 +2481,7 @@ long		sizeSet;
 	}
 }
 
-UpdateScreenVirtualPixmapColor(dpy,scrInfo)
-	Display		*dpy;
-	ScreenInfo	*scrInfo;
+static void UpdateScreenVirtualPixmapColor(Display *dpy, ScreenInfo *scrInfo)
 {
 	if (!scrInfo->vdm->resources->background)
 	    return;