Index: draw.h =================================================================== --- draw.h (revision 4779) +++ draw.h (revision 4780) @@ -39,9 +39,9 @@ hidGC bgGC, /* background and foreground; */ fgGC, /* changed from some routines */ pmGC; /* depth 1 pixmap GC to store clip */ -} OutputType, *OutputTypePtr; +} pcb_output_t; -extern OutputType Output; +extern pcb_output_t Output; /* Temporarily inhibid drawing if this is non-zero. A function that calls a lot of other functions that would call Draw() a lot in turn may increase