slackbuilds_ponce/games/yae/patches/64.diff
B. Watson cc3ee0bbc2 games/yae: Added (Yet another Apple Emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-02-01 00:40:30 -06:00

13 lines
373 B
Diff

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
*/