X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmiscstruct.h;h=dbab10f0861359fa8e12eb14387a4cd54edbfd3d;hb=f955548e64f6ec0c04a1f85645e50fe64e04e16a;hp=0820e1e816f385eeff2d6998910c3bc0074acf53;hpb=cc34163eda8906cc0e8c4de8b32e80c23b3850f8;p=framework%2Fuifw%2Fxorg%2Fserver%2Fxorg-server.git diff --git a/include/miscstruct.h b/include/miscstruct.h index 0820e1e..dbab10f 100644 --- a/include/miscstruct.h +++ b/include/miscstruct.h @@ -56,10 +56,10 @@ typedef xPoint DDXPointRec; typedef struct pixman_box16 BoxRec; typedef union _DevUnion { - pointer ptr; + void *ptr; long val; unsigned long uval; - pointer (*fptr) (void); + void *(*fptr) (void); } DevUnion; #endif /* MISCSTRUCT_H */