projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Warning fixes for Cygwin
[wxWidgets.git]
/
include
/
wx
/
motif
/
font.h
diff --git
a/include/wx/motif/font.h
b/include/wx/motif/font.h
index cab80dd808aabb54f066401f0512b5e5505d40ab..9f84b11bda685c27b46d5e23ebe546c4ef597c81 100644
(file)
--- a/
include/wx/motif/font.h
+++ b/
include/wx/motif/font.h
@@
-6,7
+6,7
@@
// Created: 17/09/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Created: 17/09/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_FONT_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_FONT_H_
@@
-30,7
+30,7
@@
public:
int family,
int style,
int weight,
int family,
int style,
int weight,
- bool underlined =
FALSE
,
+ bool underlined =
false
,
const wxString& face = wxEmptyString,
wxFontEncoding encoding = wxFONTENCODING_DEFAULT)
{
const wxString& face = wxEmptyString,
wxFontEncoding encoding = wxFONTENCODING_DEFAULT)
{
@@
-45,7
+45,7
@@
public:
int family,
int style,
int weight,
int family,
int style,
int weight,
- bool underlined =
FALSE
,
+ bool underlined =
false
,
const wxString& face = wxEmptyString,
wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
const wxString& face = wxEmptyString,
wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
@@
-113,7
+113,7
@@
protected:
void Init();
// VZ: IMHO, we don't need it at all...
void Init();
// VZ: IMHO, we don't need it at all...
- bool RealizeResource() { return
TRUE
; }
+ bool RealizeResource() { return
true
; }
void Unshare();
private:
void Unshare();
private: