projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
delay getting the default editor and renderer (by data type) until
[wxWidgets.git]
/
include
/
wx
/
fontutil.h
diff --git
a/include/wx/fontutil.h
b/include/wx/fontutil.h
index de51565a22979e29e2d8bd474265da4e4d6dcb31..6eb762401dee2c2ab914dc6be74546293ae0cb17 100644
(file)
--- a/
include/wx/fontutil.h
+++ b/
include/wx/fontutil.h
@@
-52,6
+52,7
@@
struct WXDLLEXPORT wxNativeEncodingInfo
{
wxString facename; // may be empty meaning "any"
struct WXDLLEXPORT wxNativeEncodingInfo
{
wxString facename; // may be empty meaning "any"
+ wxFontEncoding encoding; // so that we know what this struct represents
#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__)
wxNativeEncodingInfo() { charset = 0; /* ANSI_CHARSET */ }
#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__)
wxNativeEncodingInfo() { charset = 0; /* ANSI_CHARSET */ }