mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 20:35:54 +01:00
A few small fixes before 0.52.0 release.
This commit is contained in:
@@ -144,7 +144,7 @@ DIST_COMMON = README Makefile.am Makefile.in
|
||||
|
||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
||||
TAR = gtar
|
||||
TAR = tar
|
||||
GZIP_ENV = --best
|
||||
SOURCES = $(WPrefs_SOURCES)
|
||||
OBJECTS = $(WPrefs_OBJECTS)
|
||||
|
||||
@@ -1571,7 +1571,7 @@ testOKButton(WMWidget *self, void *data)
|
||||
RImage *image;
|
||||
|
||||
TexturePanel *panel = (TexturePanel*)data;
|
||||
// test = GetTexturePanelTextureString(panel);
|
||||
/* test = GetTexturePanelTextureString(panel); */
|
||||
|
||||
wwarning(test);
|
||||
|
||||
@@ -1581,7 +1581,7 @@ testOKButton(WMWidget *self, void *data)
|
||||
XMapRaised(dpy, win);
|
||||
XFlush(dpy);
|
||||
|
||||
// image = RenderTexturePanelTexture(panel, 250, 250);
|
||||
/* image = RenderTexturePanelTexture(panel, 250, 250); */
|
||||
|
||||
RConvertImage(WMScreenRContext(WMWidgetScreen(panel->okB)), image, &pix);
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ main(int argc, char **argv)
|
||||
wfatal(_("could not open display %s"), XDisplayName(display_name));
|
||||
exit(0);
|
||||
}
|
||||
#if 1
|
||||
#if 0
|
||||
XSynchronize(dpy, 1);
|
||||
#endif
|
||||
scr = WMCreateScreen(dpy, DefaultScreen(dpy));
|
||||
|
||||
Reference in New Issue
Block a user