]> git.saurik.com Git - wxWidgets.git/commit
use IsShownOnScreen() in OnSize() to ensure that the window is realized (important...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Apr 2007 23:09:46 +0000 (23:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Apr 2007 23:09:46 +0000 (23:09 +0000)
commit0ce4fad6ae7a69396e73b443d7c82d69247e8931
tree35c0eacd76a19e97d044da0bd5285278c9e950cc
parent010eb424bbef515f71de7defcf06b73db34cfffe
use IsShownOnScreen() in OnSize() to ensure that the window is realized (important for X11-based ports) before trying to create an associated context

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/opengl/cube/cube.cpp