1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 07:02:30 +01:00

Hermes support

This commit is contained in:
kojima
2001-02-18 00:41:22 +00:00
parent e926227b3e
commit 8d988e5eae
9 changed files with 173 additions and 150 deletions

View File

@@ -45,7 +45,7 @@ main(int argc, char **argv)
RDestroyImage(tmp);
}
*/
#if 1
#if 0
if (argc > 2) {
img = RScaleImage(img, img->width*atof(argv[2]),
img->height*atof(argv[2]));
@@ -77,7 +77,7 @@ main(int argc, char **argv)
win = XCreateSimpleWindow(dpy, DefaultRootWindow(dpy), 10, 10,
400, 400, 0, 0, 0);
img->width, img->height, 0, 0, 0);
XSetWindowBackgroundPixmap(dpy, win, pix);
XClearWindow(dpy, win);
XMapRaised(dpy, win);