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