Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Main
Synchronet
Commits
a5438fc8
Commit
a5438fc8
authored
6 months ago
by
Deucе
Browse files
Options
Downloads
Patches
Plain Diff
Basically a revert of
02dce657
This appears to break the mouse position stuff. :(
parent
e81d2661
No related branches found
No related tags found
No related merge requests found
Pipeline
#6851
passed
6 months ago
Stage: build
Stage: test
Stage: cleanup
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/conio/sdl_con.c
+0
-5
0 additions, 5 deletions
src/conio/sdl_con.c
with
0 additions
and
5 deletions
src/conio/sdl_con.c
+
0
−
5
View file @
a5438fc8
...
@@ -1046,11 +1046,6 @@ void sdl_video_event_thread(void *data)
...
@@ -1046,11 +1046,6 @@ void sdl_video_event_thread(void *data)
switch
(
ev
.
window
.
event
)
{
switch
(
ev
.
window
.
event
)
{
case
SDL_WINDOWEVENT_MAXIMIZED
:
case
SDL_WINDOWEVENT_MAXIMIZED
:
case
SDL_WINDOWEVENT_RESTORED
:
case
SDL_WINDOWEVENT_RESTORED
:
#if defined(__DARWIN__)
fullscreen
=
(
sdl
.
GetWindowFlags
(
win
)
&
SDL_WINDOW_MAXIMIZED
)
!=
0
;
cio_api
.
mode
=
fullscreen
?
CIOLIB_MODE_SDL_FULLSCREEN
:
CIOLIB_MODE_SDL
;
update_cvstat
(
&
cvstat
);
#endif
// Fall-through
// Fall-through
case
SDL_WINDOWEVENT_SIZE_CHANGED
:
case
SDL_WINDOWEVENT_SIZE_CHANGED
:
// SDL2: User resized window
// SDL2: User resized window
...
...
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