mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-25 03:36:02 +00:00
macOS: gl_context is not pointer in SDL3
This commit is contained in:
parent
8bde814155
commit
7318176da0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ struct sc_display {
|
|||
|
||||
struct sc_opengl gl;
|
||||
#ifdef SC_DISPLAY_FORCE_OPENGL_CORE_PROFILE
|
||||
SDL_GLContext *gl_context;
|
||||
SDL_GLContext gl_context;
|
||||
#endif
|
||||
|
||||
bool mipmaps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue