made SetCurrent() and SwapBuffers() return boolean status indicator instead of void...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2007 15:48:03 +0000 (15:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2007 15:48:03 +0000 (15:48 +0000)
commit5ec69e9666e300c9ba210812a11ca5dc9111b5f9
treeb407838d2c3925642f4dc1de2191fe59b8efe4d2
parent242019eef3fdcdb12b5310da67af3ef6d15e0f58
made SetCurrent() and SwapBuffers() return boolean status indicator instead of void (slightly modified patch 1844090)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/glcanvas.tex
include/wx/glcanvas.h
include/wx/msw/glcanvas.h
include/wx/unix/glx11.h
src/common/glcmn.cpp
src/msw/glcanvas.cpp
src/unix/glx11.cpp