projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
A fix for attribrute sorting, but it's still broken if there are
[wxWidgets.git]
/
include
/
wx
/
mac
/
region.h
diff --git
a/include/wx/mac/region.h
b/include/wx/mac/region.h
index bbe826196dd735bf3be4a03cb58364f6427a2133..aa7d718d739948e04bda7ef56644d087a212e4a5 100644
(file)
--- a/
include/wx/mac/region.h
+++ b/
include/wx/mac/region.h
@@
-80,7
+80,7
@@
public:
//# Information on region
// Outer bounds of region
- void GetBox(
long& x, long& y, long&w, long
&h) const;
+ void GetBox(
wxCoord& x, wxCoord& y, wxCoord&w, wxCoord
&h) const;
wxRect GetBox() const ;
// Is region empty?