Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
alama committed Jan 16, 2017
2 parents e20461a + 628d1c4 commit a29ced7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/win32/win_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static HCURSOR windowCursor = NULL; // main window cursor

static LPCSTR wClassName = "SRB2WC";

boolean appActive = false; // app window is active
INT appActive = false; // app window is active

#ifdef LOGMESSAGES
FILE *logstream;
Expand Down
2 changes: 1 addition & 1 deletion src/win32/win_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

extern HWND hWndMain;

extern boolean appActive;
extern INT appActive;

VOID I_GetSysMouseEvents(INT mouse_state);
extern UINT MSHWheelMessage;
Expand Down

0 comments on commit a29ced7

Please sign in to comment.