projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added msw.font.no-proof-quality system option as it makes more fonts available (featu...
[wxWidgets.git]
/
src
/
generic
/
colour.cpp
diff --git
a/src/generic/colour.cpp
b/src/generic/colour.cpp
index e51a7e3938bd4faebf06aaee5bf97cdb9221b0e0..6cda3d1e84adf32793bfea27cf4ea9b77c2e5cd0 100644
(file)
--- a/
src/generic/colour.cpp
+++ b/
src/generic/colour.cpp
@@
-59,7
+59,9
@@
wxColour::~wxColour()
{
}
-void wxColour::InitWith(unsigned char r, unsigned char g, unsigned char b,
+void wxColour::InitRGBA(unsigned char r,
+ unsigned char g,
+ unsigned char b,
unsigned char a)
{
m_red = r;