1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-25 13:54:49 -05:00

Missing bits for colour selection support.

[originally from svn r3132]
This commit is contained in:
Ben Harris 2003-04-18 13:09:46 +00:00
parent 338bfcec3c
commit dd055ce280

View File

@ -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 {