diff options
Diffstat (limited to 'games/yae/patches/64.diff')
-rw-r--r-- | games/yae/patches/64.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/yae/patches/64.diff b/games/yae/patches/64.diff new file mode 100644 index 0000000000..ace2b9d8bf --- /dev/null +++ b/games/yae/patches/64.diff @@ -0,0 +1,13 @@ +diff -Naur yae-0.7/screen.c yae-0.7.patched/screen.c +--- yae-0.7/screen.c 2007-04-03 17:51:44.000000000 -0400 ++++ yae-0.7.patched/screen.c 2013-08-31 02:13:07.000000000 -0400 +@@ -40,6 +40,9 @@ + XImage *ScreenXImage; + XShmSegmentInfo shminfo; + ++XImage *createShmImage( DisplayContext *dc, int width, int height, ++ XShmSegmentInfo *info ); ++ + /* + * frame rate control + */ |