~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to hw/xwin/winmultiwindowwindow.c

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include "win.h"
39
39
#include "dixevents.h"
40
40
#include "winmultiwindowclass.h"
41
 
#include "winprefs.h"
42
 
 
43
 
/*
44
 
 * External global variables
45
 
 */
46
 
 
47
 
extern HICON            g_hIconX;
48
 
extern HICON            g_hSmallIconX;
49
 
extern HWND             g_hDlgDepthChange;
50
 
extern Bool             g_fNativeGl;
51
41
 
52
42
/*
53
43
 * Prototypes for local functions