Added detection of Jaz drives

This commit is contained in:
Marcio T
2021-11-25 20:40:16 -07:00
parent 85eb5bc52c
commit d861f94fbe
8 changed files with 76 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ void DoMouseMove(EventRecord &event, RgnHandle *cursorRegion);
void DoDiskEvent(EventRecord &event);
void run_tip(int id) {
CurrentDevice = id;
WinMain(id);
RgnHandle cursorRgn = NewRgn();
NewTipWindow();