Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[droid] CWinEGLPlatformAndroid::CreateWindow() must return a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese authored and Cory Fields committed Jul 2, 2012
1 parent 80b7782 commit 56a28df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/windowing/egl/WinEGLPlatformAndroid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ bool CWinEGLPlatformAndroid::CreateWindow()
CXBMCApp::SetBuffersGeometry(0, 0, format);

CWinEGLPlatformGeneric::CreateWindow();
return true;
}

EGLNativeWindowType CWinEGLPlatformAndroid::getNativeWindow()
Expand Down

0 comments on commit 56a28df

Please sign in to comment.