projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
MOre wxUSE_... fixes
[wxWidgets.git]
/
src
/
motif
/
utils.cpp
diff --git
a/src/motif/utils.cpp
b/src/motif/utils.cpp
index b14765332d650d08c20e2b92d4825d5bf4b7465e..77bdbe3d6bb5a82358cd46a7fe74aec3dd81091b 100644
(file)
--- a/
src/motif/utils.cpp
+++ b/
src/motif/utils.cpp
@@
-127,11
+127,14
@@
int wxAddProcessCallback(wxEndProcessData *proc_data, int fd)
// ----------------------------------------------------------------------------
// Emit a beeeeeep
// ----------------------------------------------------------------------------
// Emit a beeeeeep
+#ifndef __EMX__
+// on OS/2, we use the wxBell from wxBase library (src/os2/utils.cpp)
void wxBell()
{
// Use current setting for the bell
XBell (wxGlobalDisplay(), 0);
}
void wxBell()
{
// Use current setting for the bell
XBell (wxGlobalDisplay(), 0);
}
+#endif
wxToolkitInfo& wxGUIAppTraits::GetToolkitInfo()
{
wxToolkitInfo& wxGUIAppTraits::GetToolkitInfo()
{