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:
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user