Mac and Linux SDL2 binary snapshots
Edward Rudd
2020-05-02 03f8528315fa46c95991a34f3325d7b33ae5538c
source/src/video/cocoa/SDL_cocoawindow.h
@@ -1,6 +1,6 @@
/*
  Simple DirectMedia Layer
  Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
  Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org>
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
@@ -113,9 +113,10 @@
{
    SDL_Window *window;
    NSWindow *nswindow;
    NSView *sdlContentView; /* nil if window is created via CreateWindowFrom */
    NSMutableArray *nscontexts;
    SDL_bool created;
    SDL_bool inWindowMove;
    SDL_bool inWindowFullscreenTransition;
    Cocoa_WindowListener *listener;
    struct SDL_VideoData *videodata;
#if SDL_VIDEO_OPENGL_EGL