Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Richard Gobeille
EDuke32
Commits
1a79d820
Commit
1a79d820
authored
Aug 21, 2020
by
Richard Gobeille
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
engine: only bypass SDL_SetWindowGrab() for SDL 2.0.12 and lower
parent
b2a8d74e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
source/build/src/sdlayer.cpp
source/build/src/sdlayer.cpp
+1
-1
No files found.
source/build/src/sdlayer.cpp
View file @
1a79d820
...
...
@@ -1199,7 +1199,7 @@ void mouseUninit(void)
// furthermore return 0 if successful.
//
#ifdef _WIN32
#if
def
ined
_WIN32
&& SDL_MINOR_VERSION == 0 && SDL_PATCHLEVEL < 13
// bypass SDL_SetWindowGrab--see https://bugzilla.libsdl.org/show_bug.cgi?id=4748
static
void
SetWindowGrab
(
SDL_Window
*
pWindow
,
int
const
clipToWindow
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment