1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 21:04:18 +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

@@ -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);