]> git.pld-linux.org Git - packages/Atari800.git/blob - Atari800-shm_fix.patch
- updated Source0 URL
[packages/Atari800.git] / Atari800-shm_fix.patch
1 diff -urN Atari800/src/atari_x11.c Atari800-shm/src/atari_x11.c
2 --- Atari800/src/atari_x11.c    Sun Nov 11 16:39:09 2001
3 +++ Atari800-shm/src/atari_x11.c        Sun Dec  2 19:19:29 2001
4 @@ -2605,8 +2605,8 @@
5         first_y = ATARI_HEIGHT;
6         last_y = -1000;
7  
8 -       if( invisible || !draw_display )   goto after_screen_update;  /* mmm */
9 -        if(image->bits_per_pixel == 32)
10 +       if (invisible)   goto after_screen_update;  /* mmm */
11 +        if (image->bits_per_pixel == 32)
12          {
13                  ULONG *ptr = (ULONG *) image->data;
14                  UBYTE *ptr2 = screen;
This page took 0.029185 seconds and 3 git commands to generate.