wxDFB: use Unix event loop and timers (fixes #10408)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,7 +23,9 @@ typedef wxMilliClock_t wxUsecClock_t;
|
||||
// wxTimer implementation class for Unix platforms
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class wxUnixTimerImpl : public wxTimerImpl
|
||||
// NB: we have to export at least this symbol from the shared library, because
|
||||
// it's used by wxDFB's wxCore
|
||||
class WXDLLIMPEXP_BASE wxUnixTimerImpl : public wxTimerImpl
|
||||
{
|
||||
public:
|
||||
wxUnixTimerImpl(wxTimer *timer);
|
||||
|
Reference in New Issue
Block a user