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

(-)file_not_specified_in_diff (-7 / +16 lines)
Line  Link Here
0
-- a/xutils.h
0
++ b/xutils.h
Lines 18-28 Link Here
18
/*
18
/*
19
 *   Global variable
19
 *   Global variable
20
 */
20
 */
21
Display		*display;
21
extern Display		*display;
22
Window          Root;
22
extern Window          Root;
23
Window          iconwin, win;
23
extern Window          iconwin, win;
24
int             screen; 
24
extern int             screen; 
25
int             DisplayDepth;
25
extern int             DisplayDepth;
26
26
27
27
28
28
29
-- a/xutils.c
29
++ b/xutils.c
Lines 42-47 Link Here
42
#include "xutils.h"
42
#include "xutils.h"
43
43
44
44
45
/*
46
 *   Global variable
47
 */
48
Display		*display;
49
Window          Root;
50
Window          iconwin, win;
51
int             screen; 
52
int             DisplayDepth;
53
45
54
46
/*
55
/*
47
 *   X11 Variables 
56
 *   X11 Variables 

Return to bug 707970