Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 612484
Collapse All | Expand All

(-)a/src/compat-api.h (-4 / +4 lines)
Lines 48-55 Link Here
48
48
49
#define SCREEN_INIT_ARGS_DECL int i, ScreenPtr pScreen, int argc, char **argv
49
#define SCREEN_INIT_ARGS_DECL int i, ScreenPtr pScreen, int argc, char **argv
50
50
51
#define BLOCKHANDLER_ARGS_DECL int arg, pointer blockData, pointer pTimeout, pointer pReadmask
51
#define BLOCKHANDLER_ARGS_DECL int arg, pointer blockData, pointer pTimeout
52
#define BLOCKHANDLER_ARGS arg, blockData, pTimeout, pReadmask
52
#define BLOCKHANDLER_ARGS arg, blockData, pTimeout
53
53
54
#define CLOSE_SCREEN_ARGS_DECL int scrnIndex, ScreenPtr pScreen
54
#define CLOSE_SCREEN_ARGS_DECL int scrnIndex, ScreenPtr pScreen
55
#define CLOSE_SCREEN_ARGS scrnIndex, pScreen
55
#define CLOSE_SCREEN_ARGS scrnIndex, pScreen
Lines 73-80 Link Here
73
73
74
#define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
74
#define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
75
75
76
#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer pReadmask
76
#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
77
#define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
77
#define BLOCKHANDLER_ARGS arg, pTimeout
78
78
79
#define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
79
#define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
80
#define CLOSE_SCREEN_ARGS pScreen
80
#define CLOSE_SCREEN_ARGS pScreen

Return to bug 612484