Backward compatible default border color. - sam - An updated version of the sam… | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit d737187ed9f5710d7288186f136442f9ad5a75e6 | |
parent 24c99b85f003d2e76ca80334f5e8604e8ef15398 | |
Author: Rob King <[email protected]> | |
Date: Sun, 14 Aug 2016 23:26:30 -0500 | |
Backward compatible default border color. | |
Diffstat: | |
libXg/xtbinit.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/libXg/xtbinit.c b/libXg/xtbinit.c | |
@@ -173,7 +173,7 @@ xtbinit(Errfunc f, char *class, int *pargc, char **argv, ch… | |
XAllocNamedColor(_dpy, DefaultColormap(_dpy, DefaultScreen(_dpy)), getenv(… | |
XAllocNamedColor(_dpy, DefaultColormap(_dpy, DefaultScreen(_dpy)), tbg, &_… | |
XAllocNamedColor(_dpy, DefaultColormap(_dpy, DefaultScreen(_dpy)), cbg, &_… | |
- XAllocNamedColor(_dpy, DefaultColormap(_dpy, DefaultScreen(_dpy)), getenv(… | |
+ XAllocNamedColor(_dpy, DefaultColormap(_dpy, DefaultScreen(_dpy)), getenv(… | |
n = 0; | |
XtSetArg(args[n], XtNdepth, &depth); n++; |