comparison Framework/Viewport/SdlWindow.h @ 1205:6009c59d8676 broker

fix to sdl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Dec 2019 14:32:05 +0100
parents 4cc997207d8a
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1204:b519c1c878f1 1205:6009c59d8676
56 56
57 unsigned int GetWidth() const; 57 unsigned int GetWidth() const;
58 58
59 unsigned int GetHeight() const; 59 unsigned int GetHeight() const;
60 60
61 /**
62 * WARNING: "Refresh()" cannot only be called from the main SDL
63 * thread, in which the window was created. Otherwise, the
64 * renderer displays nothing!
65 **/
61 void Render(struct SDL_Surface* surface); 66 void Render(struct SDL_Surface* surface);
62 67
63 void ToggleMaximize(); 68 void ToggleMaximize();
64 69
65 static void GlobalInitialize(); 70 static void GlobalInitialize();