projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add wxLanguageInfo::GetLocaleName(), this simplifies the current code and will be...
[wxWidgets.git]
/
src
/
motif
/
utils.cpp
diff --git
a/src/motif/utils.cpp
b/src/motif/utils.cpp
index 35f8c16640b4b724c103b523296aae13355c86af..2453e7bd0d49ffb97f0aff2815dce161e0a20564 100644
(file)
--- a/
src/motif/utils.cpp
+++ b/
src/motif/utils.cpp
@@
-20,10
+20,6
@@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
-#ifdef __VMS
-#define XtDisplay XTDISPLAY
-#endif
-
#include "wx/utils.h"
#ifndef WX_PRECOMP
#include "wx/utils.h"
#ifndef WX_PRECOMP
@@
-639,7
+635,7
@@
WXWidget wxCreateBorderWidget( WXWidget parent, long style )
NULL
);
}
NULL
);
}
- else if (
style & wxSUNKEN_BORDER
)
+ else if (
(style & wxSUNKEN_BORDER) || (style & wxBORDER_THEME)
)
{
borderWidget = XtVaCreateManagedWidget
(
{
borderWidget = XtVaCreateManagedWidget
(