aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include/gcstruct.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-01-15 22:07:45 +0100
committermarha <marha@users.sourceforge.net>2014-01-15 22:08:19 +0100
commit84964de9dd2f385a51f91aa54e464c37a116e8ef (patch)
tree165398b241bb728f5ff71966855b5fba0c5f1f54 /xorg-server/include/gcstruct.h
parentb7f01cb1f6cfd1ec301f650a073436c91ec614aa (diff)
downloadvcxsrv-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.h6
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 */ ,