1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-09 15:24:12 +01:00

Update for 0.51.0

This commit is contained in:
dan
1999-01-25 19:06:50 +00:00
parent 3aeb1eb052
commit 416e3a82be
238 changed files with 24235 additions and 11473 deletions

View File

@@ -200,7 +200,16 @@ int main(int argc, char **argv)
RConvertImage(ctx, imgd, &pix);
XCopyArea(dpy, pix, win, ctx->copy_gc, 0, 0, 250, 250, 500, 0);
{
GC gc;
gc = DefaultGC(dpy, DefaultScreen(dpy));
XSetTile(dpy, gc, ParentRelative);
}
XFlush(dpy);
#endif
getchar();
return 0;
}