diff options
Diffstat (limited to 'backends/platform/android/org')
| -rw-r--r-- | backends/platform/android/org/inodes/gus/scummvm/ScummVM.java | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/backends/platform/android/org/inodes/gus/scummvm/ScummVM.java b/backends/platform/android/org/inodes/gus/scummvm/ScummVM.java index bb4a3dd061..0e905f43a5 100644 --- a/backends/platform/android/org/inodes/gus/scummvm/ScummVM.java +++ b/backends/platform/android/org/inodes/gus/scummvm/ScummVM.java @@ -98,11 +98,10 @@ public class ScummVM implements SurfaceHolder.Callback {  	public void surfaceChanged(SurfaceHolder holder, int format,  							   int width, int height) {  		// Disabled while I debug GL problems -		//pushEvent(new Event(Event.EVENT_SCREEN_CHANGED)); +		pushEvent(new Event(Event.EVENT_SCREEN_CHANGED));  	}  	public void surfaceDestroyed(SurfaceHolder holder) { -		pushEvent(new Event(Event.EVENT_SCREEN_CHANGED));  		try {  			surfaceLock.acquire();  		} catch (InterruptedException e) { | 
