projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
workaround for BCC bug - use #defines instead of enums
[wxWidgets.git]
/
include
/
wx
/
motif
/
toplevel.h
diff --git
a/include/wx/motif/toplevel.h
b/include/wx/motif/toplevel.h
index 827b853690ebf882de6441680e7ed732763faa99..35bef8c4843ecf3070b8e2451d62adcfce9782a6 100644
(file)
--- a/
include/wx/motif/toplevel.h
+++ b/
include/wx/motif/toplevel.h
@@
-69,6
+69,7
@@
protected:
// common part of wxDialog/wxFrame destructors
void PreDestroy();
+ virtual void DoGetPosition(int* x, int* y) const;
private:
// both these functions should be pure virtual
virtual bool DoCreate( wxWindow* parent, wxWindowID id,