Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Apple docs say this should be a WindowRef and not a WindowPtr...
  • Loading branch information
icculus committed Aug 14, 2004
1 parent 2539e7b commit 3e78c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_carbon.c
Expand Up @@ -7,7 +7,7 @@
#define MOJOPATCH_STATUS_ID 0
#define MOJOPATCH_PROGRESS_ID 1

static WindowPtr window;
static WindowRef window;
static ControlRef progress;
static ControlRef status;
static int carbon_ui_initialized = 0;
Expand Down

0 comments on commit 3e78c45

Please sign in to comment.