diff options
Diffstat (limited to 'x11-misc/xaos/files/xaos-3.4-x11.patch')
-rw-r--r-- | x11-misc/xaos/files/xaos-3.4-x11.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-misc/xaos/files/xaos-3.4-x11.patch b/x11-misc/xaos/files/xaos-3.4-x11.patch new file mode 100644 index 000000000000..46e8aae30980 --- /dev/null +++ b/x11-misc/xaos/files/xaos-3.4-x11.patch @@ -0,0 +1,10 @@ +--- src/ui/ui-drv/x11/ui_x11.c.orig ++++ src/ui/ui-drv/x11/ui_x11.c +@@ -430,6 +430,7 @@ + replay = XCreateFontCursor (d->display, XC_dot); + if (d->truecolor || d->privatecolormap) + x11_driver.flags &= ~RANDOM_PALETTE_SIZE; ++ xupdate_size (d); /* get real window size (#452284) --JEH */ + if (!alloc_image (d)) + { + xfree_display (d); |