Index: draw.h =================================================================== --- draw.h (revision 10742) +++ draw.h (revision 10743) @@ -38,7 +38,7 @@ typedef struct { /* holds information about output window */ pcb_hid_gc_t bgGC, /* background and foreground; */ fgGC, /* changed from some routines */ - padGC, /* pads are drawn with this gc */ + padGC, padselGC, /* pads are drawn with this gc */ pmGC; /* depth 1 pixmap GC to store clip */ } pcb_output_t;