wok-next view xaos/stuff/patches/xaos.patch @ rev 21231

updated clamtk (4.36 -> 5.27)
author Hans-G?nter Theisgen
date Tue Dec 03 17:21:10 2019 +0100 (2019-12-03)
parents
children
line source
1 --- a/src/engine/zoomd.c
2 +++ b/src/engine/zoomd.c
3 @@ -280,6 +280,7 @@
4 #endif
5 #undef bpp1
7 +REGISTERS(0)
8 static INLINE void fillline(int line)
9 {
10 register unsigned char *RESTRICT vbuff = cimage.currlines[line];
11 --- a/src/engine/zoom.c
12 +++ b/src/engine/zoom.c
13 @@ -933,6 +933,7 @@
14 }
16 #ifndef USE_i386ASM
17 +REGISTERS(0)
18 static /*INLINE */ void
19 moveoldpoints(void /*@unused@ */ *data1,
20 struct taskinfo /*@unused@ */ *task,