diff options
Diffstat (limited to 'hw/xwin/winsetsp.c')
-rw-r--r-- | hw/xwin/winsetsp.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/xwin/winsetsp.c b/hw/xwin/winsetsp.c index 87a16fc31..e41d794c5 100644 --- a/hw/xwin/winsetsp.c +++ b/hw/xwin/winsetsp.c @@ -32,6 +32,16 @@ #include "win.h" + +/* + * References to external symbols + */ + +extern int g_iPixmapPrivateIndex; +extern int g_iGCPrivateIndex; +extern int g_copyROP[]; + + /* See Porting Layer Definition - p. 55 */ void winSetSpansNativeGDI (DrawablePtr pDrawable, |