diff options
author | marha <marha@users.sourceforge.net> | 2014-01-15 22:07:45 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-01-15 22:08:19 +0100 |
commit | 84964de9dd2f385a51f91aa54e464c37a116e8ef (patch) | |
tree | 165398b241bb728f5ff71966855b5fba0c5f1f54 /xorg-server/include/gcstruct.h | |
parent | b7f01cb1f6cfd1ec301f650a073436c91ec614aa (diff) | |
download | vcxsrv-84964de9dd2f385a51f91aa54e464c37a116e8ef.tar.gz vcxsrv-84964de9dd2f385a51f91aa54e464c37a116e8ef.tar.bz2 vcxsrv-84964de9dd2f385a51f91aa54e464c37a116e8ef.zip |
Solved compiler errors and warnings
Diffstat (limited to 'xorg-server/include/gcstruct.h')
-rw-r--r-- | xorg-server/include/gcstruct.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg-server/include/gcstruct.h b/xorg-server/include/gcstruct.h index c830ccde7..1adea22b5 100644 --- a/xorg-server/include/gcstruct.h +++ b/xorg-server/include/gcstruct.h @@ -78,7 +78,7 @@ typedef struct _GCFuncs { void (*ChangeClip) (GCPtr /*pGC */ , int /*type */ , - void */*pvalue */ , + void * /*pvalue */ , int /*nrects */ ); void (*DestroyClip) (GCPtr /*pGC */ ); @@ -216,7 +216,7 @@ typedef struct _GCOps { int /*y */ , unsigned int /*nglyph */ , CharInfoPtr * /*ppci */ , - void */*pglyphBase */ ); + void * /*pglyphBase */ ); void (*PolyGlyphBlt) (DrawablePtr /*pDrawable */ , GCPtr /*pGC */ , @@ -224,7 +224,7 @@ typedef struct _GCOps { int /*y */ , unsigned int /*nglyph */ , CharInfoPtr * /*ppci */ , - void */*pglyphBase */ ); + void * /*pglyphBase */ ); void (*PushPixels) (GCPtr /*pGC */ , PixmapPtr /*pBitMap */ , |