[Pkg-wmaker-commits] [wmbiff] 14/38: export GetColor

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:03:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_16
in repository wmbiff.

commit 8527991e675df0b26120ef52d1dfe90696f979df
Author: bluehal <bluehal>
Date:   Wed Apr 16 08:21:12 2003 +0000

    export GetColor
---
 wmgeneral/wmgeneral.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wmgeneral/wmgeneral.c b/wmgeneral/wmgeneral.c
index 78e278e..d881707 100644
--- a/wmgeneral/wmgeneral.c
+++ b/wmgeneral/wmgeneral.c
@@ -72,7 +72,7 @@ int d_depth;
 XSizeHints mysizehints;
 XWMHints mywmhints;
 Pixel back_pix, fore_pix;
-const char *Geometry = "";
+static const char *Geometry = "";
 Window iconwin, win;
 GC NormalGC;
 XpmIcon wmgen_bkg;
@@ -98,7 +98,7 @@ MOUSE_REGION mouse_region[MAX_MOUSE_REGION];
 /***********************/
 
 static void GetXPM(XpmIcon *, const char **);
-static Pixel GetColor(const char *);
+Pixel GetColor(const char *);
 void RedrawWindow(void);
 int CheckMouseRegion(int, int);
 
@@ -212,7 +212,7 @@ static void GetXPM(XpmIcon * wmgen_local, const char *pixmap_bytes[])
 |* GetColor																	   *|
 \*******************************************************************************/
 
-static Pixel GetColor(const char *name)
+Pixel GetColor(const char *name)
 {
 
 	XColor color;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list