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

Collapse All | Expand All

(-)src/mainwin.c (-2 lines)
Lines 67-75 Link Here
67
	XRenderPictureAttributes pa;
67
	XRenderPictureAttributes pa;
68
	XRenderColor clear;
68
	XRenderColor clear;
69
	int error_base;
69
	int error_base;
70
#ifdef XINERAMA
71
	int event_base;
70
	int event_base;
72
#endif /* XINERAMA */
73
	
71
	
74
	MainWin *mw = (MainWin *)malloc(sizeof(MainWin));
72
	MainWin *mw = (MainWin *)malloc(sizeof(MainWin));
75
	
73
	

Return to bug 52835