wok-next diff xaos/stuff/patches/xaos.patch @ rev 20632

gegl: fix packing
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 10:53:56 2018 +0300 (2018-04-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xaos/stuff/patches/xaos.patch	Fri Apr 27 10:53:56 2018 +0300
     1.3 @@ -0,0 +1,20 @@
     1.4 +--- a/src/engine/zoomd.c
     1.5 ++++ b/src/engine/zoomd.c
     1.6 +@@ -280,6 +280,7 @@
     1.7 + #endif
     1.8 + #undef bpp1
     1.9 + 
    1.10 ++REGISTERS(0)
    1.11 + static INLINE void fillline(int line)
    1.12 + {
    1.13 +     register unsigned char *RESTRICT vbuff = cimage.currlines[line];
    1.14 +--- a/src/engine/zoom.c
    1.15 ++++ b/src/engine/zoom.c
    1.16 +@@ -933,6 +933,7 @@
    1.17 + }
    1.18 + 
    1.19 + #ifndef USE_i386ASM
    1.20 ++REGISTERS(0)
    1.21 + static /*INLINE */ void
    1.22 + moveoldpoints(void /*@unused@ */ *data1,
    1.23 + 	      struct taskinfo /*@unused@ */ *task,