1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-14 01:27:35 -05:00

Add support for drawing a ring around the default button in System 7.

[originally from svn r2967]
This commit is contained in:
Ben Harris
2003-03-19 00:40:15 +00:00
parent ea3dd210de
commit 6d95dc84b4
3 changed files with 57 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $Id: macresid.h,v 1.11 2003/03/18 00:35:40 ben Exp $ */
/* $Id: macresid.h,v 1.12 2003/03/19 00:40:15 ben Exp $ */
/*
* macresid.h -- Mac resource IDs
@ -62,3 +62,5 @@
/* xDEFs */
#define CDEF_Text 128
#define SYS7_TEXT_PROC (CDEF_Text << 4)
#define CDEF_Default 129
#define SYS7_DEFAULT_PROC (CDEF_Default << 4)