Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212060 | Differences between
and this patch

Collapse All | Expand All

(-)xscreensaver-5.04.orig/hacks/glx/lockward.c (+7 lines)
Lines 34-39 Link Here
34
/***************************************************************************
34
/***************************************************************************
35
 * #defines
35
 * #defines
36
 */
36
 */
37
#define int8_t   char
38
#define int16_t  short
39
#define int32_t  int
40
#define uint8_t  unsigned char
41
#define uint16_t unsigned short
42
#define uint32_t unsigned int
43
37
#ifdef USE_GL /* whole file */
44
#ifdef USE_GL /* whole file */
38
45
39
#define	DEFAULTS	"*delay:	20000	\n"\
46
#define	DEFAULTS	"*delay:	20000	\n"\

Return to bug 212060