mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
API refactoring
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user