More window chrome improvements

This commit is contained in:
elasota
2020-05-18 02:03:17 -04:00
parent f590613f83
commit ea16d0ffca
41 changed files with 804 additions and 429 deletions

View File

@@ -199,22 +199,6 @@ typedef WindowPtr WindowRef; // wtf?
struct KeyDownStates;
namespace RegionIDs
{
enum RegionID
{
kNone,
kMenuBar = 1,
kContent,
kTitleBar,
kClose,
kResize,
};
}
typedef RegionIDs::RegionID RegionID_t;
static const int everyEvent = -1;
static const int iBeamCursor = 1;