]> git.saurik.com Git - wxWidgets.git/commit - src/os2/utilsgui.cpp
Move wxBell() from base to core library.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Jun 2012 21:35:06 +0000 (21:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Jun 2012 21:35:06 +0000 (21:35 +0000)
commit598fe99d56158319f6b5f817c4670748f98bc70a
tree7f0bea7c261b77305d192464be49b1c05ffe6b73
parent54f59b007e3883bc97842eff008c54e27c3f8243
Move wxBell() from base to core library.

This allows to get rid of ugly preprocessor checks due to the fact that this
function could be defined in one or the other library depending on the port
used and also fix a problem with it being defined differently in the base
library depending on which GUI port (Carbon or Cocoa) was used under OS X.
It also fixes the problem with wxBell() in wxGTK under Windows.

Closes #14406.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/utils.h
interface/wx/utils.h
src/gtk/utilsgtk.cpp
src/gtk1/utilsgtk.cpp
src/motif/utils.cpp
src/msw/utils.cpp
src/msw/utilsgui.cpp
src/os2/utils.cpp
src/os2/utilsgui.cpp
src/osx/carbon/utils.cpp
src/osx/cocoa/utils.mm
src/osx/iphone/utils.mm
src/x11/utils.cpp