Index: crosshair.h =================================================================== --- crosshair.h (revision 4787) +++ crosshair.h (revision 4788) @@ -69,7 +69,7 @@ }; typedef struct { /* holds cursor information */ - hidGC GC, /* GC for cursor drawing */ + hid_gc_t GC, /* GC for cursor drawing */ AttachGC; /* and for displaying buffer contents */ Coord X, Y, /* position in PCB coordinates */ MinX, MinY, /* lowest and highest coordinates */