mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-27 06:44:49 -05:00
Missing bits for colour selection support.
[originally from svn r3132]
This commit is contained in:
parent
338bfcec3c
commit
dd055ce280
@ -80,6 +80,8 @@ struct macctrls {
|
|||||||
union macctrl *focus; /* Input focus for System 7 */
|
union macctrl *focus; /* Input focus for System 7 */
|
||||||
union macctrl *defbutton; /* Default button */
|
union macctrl *defbutton; /* Default button */
|
||||||
union macctrl *canbutton; /* Cancel button */
|
union macctrl *canbutton; /* Cancel button */
|
||||||
|
Boolean gotcolour;
|
||||||
|
RGBColor thecolour;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct Session {
|
typedef struct Session {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user