Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lach
SRB2
Commits
a29ced72
Commit
a29ced72
authored
8 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into next
parents
e20461aa
628d1c4d
No related branches found
Branches containing commit
Tags
SRB2_release_2.1.17
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/win32/win_main.c
+1
-1
1 addition, 1 deletion
src/win32/win_main.c
src/win32/win_main.h
+1
-1
1 addition, 1 deletion
src/win32/win_main.h
with
2 additions
and
2 deletions
src/win32/win_main.c
+
1
−
1
View file @
a29ced72
...
@@ -69,7 +69,7 @@ static HCURSOR windowCursor = NULL; // main window cursor
...
@@ -69,7 +69,7 @@ static HCURSOR windowCursor = NULL; // main window cursor
static
LPCSTR
wClassName
=
"SRB2WC"
;
static
LPCSTR
wClassName
=
"SRB2WC"
;
boolean
appActive
=
false
;
// app window is active
INT
appActive
=
false
;
// app window is active
#ifdef LOGMESSAGES
#ifdef LOGMESSAGES
FILE
*
logstream
;
FILE
*
logstream
;
...
...
This diff is collapsed.
Click to expand it.
src/win32/win_main.h
+
1
−
1
View file @
a29ced72
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
extern
HWND
hWndMain
;
extern
HWND
hWndMain
;
extern
boolean
appActive
;
extern
INT
appActive
;
VOID
I_GetSysMouseEvents
(
INT
mouse_state
);
VOID
I_GetSysMouseEvents
(
INT
mouse_state
);
extern
UINT
MSHWheelMessage
;
extern
UINT
MSHWheelMessage
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment