summaryrefslogtreecommitdiff
path: root/include/miscstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/miscstruct.h')
-rw-r--r--include/miscstruct.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/include/miscstruct.h b/include/miscstruct.h
index d240f1b28..409b102c0 100644
--- a/include/miscstruct.h
+++ b/include/miscstruct.h
@@ -50,7 +50,6 @@ SOFTWARE.
#include "misc.h"
#include <X11/Xprotostr.h>
-#include "gc.h"
#include <pixman.h>
typedef xPoint DDXPointRec;
@@ -61,17 +60,7 @@ typedef union _DevUnion {
pointer ptr;
long val;
unsigned long uval;
- RegionPtr (*fptr)(
- DrawablePtr /* pSrcDrawable */,
- DrawablePtr /* pDstDrawable */,
- GCPtr /* pGC */,
- int /* srcx */,
- int /* srcy */,
- int /* width */,
- int /* height */,
- int /* dstx */,
- int /* dsty */,
- unsigned long /* bitPlane */);
+ pointer (*fptr)(void);
} DevUnion;
#endif /* MISCSTRUCT_H */