diff options
Diffstat (limited to 'games/xvmahjongg/files/patch-mahjongg.c')
-rw-r--r-- | games/xvmahjongg/files/patch-mahjongg.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/games/xvmahjongg/files/patch-mahjongg.c b/games/xvmahjongg/files/patch-mahjongg.c deleted file mode 100644 index 81748b7c3218..000000000000 --- a/games/xvmahjongg/files/patch-mahjongg.c +++ /dev/null @@ -1,28 +0,0 @@ ---- mahjongg.c.orig -+++ mahjongg.c -@@ -41,6 +41,7 @@ - */ - - #include <stdio.h> -+#include <unistd.h> - #include <sys/types.h> - #include <sys/time.h> - #include <xview/xview.h> -@@ -1178,7 +1179,7 @@ - tileptr->y_loc = y_loc; - - if (tileptr->removed) -- return; -+ return(0); - - if (! tileptr->top_covered) - if (Use_tile_server_images) -@@ -1245,7 +1246,7 @@ - Pixrect *pr; - { - if (PIXRECT_IMAGE_DEPTH(pr) <= 1) -- return; -+ return(0); - - shift_image_colors( PIXRECT_IMAGE_DATA_PTR(pr), - PIXRECT_IMAGE_SIZE(pr) ); |