]> git.pld-linux.org Git - packages/Atari800.git/commitdiff
- fixes broken x11-shm build, by me
authorfilon <filon@sokrates.mimuw.edu.pl>
Sun, 2 Dec 2001 18:57:52 +0000 (18:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Atari800-shm_fix.patch -> 1.1

Atari800-shm_fix.patch [new file with mode: 0644]

diff --git a/Atari800-shm_fix.patch b/Atari800-shm_fix.patch
new file mode 100644 (file)
index 0000000..ead1a94
--- /dev/null
@@ -0,0 +1,14 @@
+diff -urN Atari800/src/atari_x11.c Atari800-shm/src/atari_x11.c
+--- Atari800/src/atari_x11.c   Sun Nov 11 16:39:09 2001
++++ Atari800-shm/src/atari_x11.c       Sun Dec  2 19:19:29 2001
+@@ -2605,8 +2605,8 @@
+       first_y = ATARI_HEIGHT;
+       last_y = -1000;
+-      if( invisible || !draw_display )   goto after_screen_update;  /* mmm */
+-        if(image->bits_per_pixel == 32)
++      if (invisible)   goto after_screen_update;  /* mmm */
++        if (image->bits_per_pixel == 32)
+         {
+                 ULONG *ptr = (ULONG *) image->data;
+                 UBYTE *ptr2 = screen;
This page took 0.046637 seconds and 4 git commands to generate.