diff options
Diffstat (limited to 'hw/xnest/XNGC.h')
-rw-r--r-- | hw/xnest/XNGC.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/xnest/XNGC.h b/hw/xnest/XNGC.h index c4a6cef77..c7c25e426 100644 --- a/hw/xnest/XNGC.h +++ b/hw/xnest/XNGC.h @@ -18,10 +18,11 @@ is" without express or implied warranty. /* This file uses the GC definition form Xlib.h as XlibGC. */ typedef struct { - XlibGC gc; + XlibGC gc; } xnestPrivGC; extern DevPrivateKeyRec xnestGCPrivateKeyRec; + #define xnestGCPrivateKey (&xnestGCPrivateKeyRec) #define xnestGCPriv(pGC) ((xnestPrivGC *) \ @@ -39,4 +40,4 @@ void xnestDestroyClip(GCPtr pGC); void xnestDestroyClipHelper(GCPtr pGC); void xnestCopyClip(GCPtr pGCDst, GCPtr pGCSrc); -#endif /* XNESTGC_H */ +#endif /* XNESTGC_H */ |