From dd055ce2800a28c1774f4e6ced7062719541feda Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 18 Apr 2003 13:09:46 +0000 Subject: [PATCH] Missing bits for colour selection support. [originally from svn r3132] --- mac/mac.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mac/mac.h b/mac/mac.h index 55763768..29abf4c3 100644 --- a/mac/mac.h +++ b/mac/mac.h @@ -80,6 +80,8 @@ struct macctrls { union macctrl *focus; /* Input focus for System 7 */ union macctrl *defbutton; /* Default button */ union macctrl *canbutton; /* Cancel button */ + Boolean gotcolour; + RGBColor thecolour; }; typedef struct Session {