projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix typo in last commit
[wxWidgets.git]
/
src
/
palmos
/
glcanvas.cpp
diff --git
a/src/palmos/glcanvas.cpp
b/src/palmos/glcanvas.cpp
index 5b0492303cc42ab4ec9aa335adb2383a9b09b040..7572deaaa7c52e21c8807c963e7593ee2f10d2c7 100644
(file)
--- a/
src/palmos/glcanvas.cpp
+++ b/
src/palmos/glcanvas.cpp
@@
-67,7
+67,7
@@
void wxGLContext::SetCurrent()
{
}
{
}
-void wxGLContext::SetColour(const wx
Char *
colour)
+void wxGLContext::SetColour(const wx
String&
colour)
{
}
{
}
@@
-135,13
+135,6
@@
void wxGLCanvas::SetupPalette(const wxPalette& palette)
{
}
{
}
-wxPalette wxGLCanvas::CreateDefaultPalette()
-{
- wxPalette palette;
-
- return palette;
-}
-
void wxGLCanvas::SwapBuffers()
{
}
void wxGLCanvas::SwapBuffers()
{
}