projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added alpha channel support to wxDFB's wxBitmap
[wxWidgets.git]
/
samples
/
render
/
render.cpp
diff --git
a/samples/render/render.cpp
b/samples/render/render.cpp
index 4586ef580ece37f6ceaafe60b124117b000969b7..b8a3ddc525efebc8a4012ab70a14088822664710 100644
(file)
--- a/
samples/render/render.cpp
+++ b/
samples/render/render.cpp
@@
-201,6
+201,9
@@
IMPLEMENT_APP(MyApp)
// 'Main program' equivalent: the program execution "starts" here
bool MyApp::OnInit()
{
+ if ( !wxApp::OnInit() )
+ return false;
+
// create the main application window
new MyFrame;