mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.
This commit is contained in:
@@ -200,16 +200,9 @@ 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user