diff options
| author | Jules Blok <jules.blok@gmail.com> | 2016-11-14 01:45:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-14 01:45:07 +0100 |
| commit | 99de9fbe334a34c438660228e816b851f105dfd3 (patch) | |
| tree | 07f1a24dcaa55269313b0d27a90e982a4566e988 /Source/Android/jni/MainAndroid.cpp | |
| parent | bc98ec77beef88dd910d7f86c11967aad53061f3 (diff) | |
| parent | 7e35a47b511176aa2c285568d582c6ea281a4ce1 (diff) | |
Merge pull request #4443 from Armada651/exclusive-ui
D3D: Move exclusive mode switching to UI thread.
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index 4cd975fae8..24fabfb72a 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -113,10 +113,6 @@ void Host_RequestRenderWindowSize(int width, int height) { } -void Host_RequestFullscreen(bool enable_fullscreen) -{ -} - void Host_SetStartupDebuggingParameters() { } |
