1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 08:22:37 +01:00

A few small fixes before 0.52.0 release.

This commit is contained in:
dan
1999-03-30 22:14:17 +00:00
parent 5f8c82969b
commit e1001cb0db
19 changed files with 39 additions and 24 deletions

View File

@@ -140,7 +140,7 @@ wconfig.h.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = gtar
TAR = tar
GZIP_ENV = --best
SOURCES = $(wmaker_SOURCES)
OBJECTS = $(wmaker_OBJECTS)

View File

@@ -337,7 +337,7 @@ listIconPaths(WMList *lPtr)
/* do not sort, because the order implies the order of
* directories searched */
if (access(tmp, X_OK)==0)
WMAddListItem(lPtr, tmp);
WMAddListItem(lPtr, path);
free(tmp);
} while ((path=strtok(NULL, ":"))!=NULL);

View File

@@ -502,7 +502,7 @@ wManageWindow(WScreen *scr, Window window)
Bool withdraw = False;
/* mutex. */
// XGrabServer(dpy);
/* XGrabServer(dpy); */
XSync(dpy, False);
/* make sure the window is still there */
if (!XGetWindowAttributes(dpy, window, &wattribs)) {