API refactoring

This commit is contained in:
elasota
2020-06-01 00:33:50 -04:00
parent a4abb0d95f
commit 6fe0f2d964
9 changed files with 13 additions and 20 deletions

View File

@@ -204,11 +204,6 @@ typedef WindowPtr WindowRef; // wtf?
struct KeyDownStates;
static const int everyEvent = -1;
static const int iBeamCursor = 1;
static const int watchCursor = 4;
static const Boolean TRUE = 1;
static const Boolean FALSE = 0;
@@ -216,8 +211,6 @@ static const Boolean FALSE = 0;
static const int nullEvent = 0;
//void FlushEvents(int eventMask, int stopMask);
void InitCursor();
void HideCursor();
@@ -261,7 +254,7 @@ Boolean WaitMouseUp();
short Random();
void GetTime(DateTimeRec *dateTime);
void FlushEvents(int mask, int unknown);
void FlushEvents();
Handle NewHandle(Size size);
long GetHandleSize(Handle handle);