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

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- a/wmgeneral/wmgeneral.c
0
++ b/wmgeneral/wmgeneral.c
Lines 45-50 Window iconwin, win; Link Here
45
GC			NormalGC;
45
GC			NormalGC;
46
XpmIcon		wmgen;
46
XpmIcon		wmgen;
47
Pixmap		pixmask;
47
Pixmap		pixmask;
48
Display		*display;
48
49
49
  /*****************/
50
  /*****************/
50
 /* Mouse Regions */
51
 /* Mouse Regions */
51
-- a/wmgeneral/wmgeneral.h
52
++ b/wmgeneral/wmgeneral.h
Lines 21-27 typedef struct { Link Here
21
 /* Global variable */
21
 /* Global variable */
22
/*******************/
22
/*******************/
23
23
24
Display		*display;
24
extern Display		*display;
25
25
26
  /***********************/
26
  /***********************/
27
 /* Function Prototypes */
27
 /* Function Prototypes */

Return to bug 706444