From: Guillermo Rodriguez Garcia Date: Sat, 4 Mar 2000 13:20:14 +0000 (+0000) Subject: Motif blindfix :-) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d90d994c74e4fe1b046fae276e1aae1dd2c4e684 Motif blindfix :-) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/demos/life/life.cpp b/demos/life/life.cpp index 91dc7f236b..44bca3027e 100644 --- a/demos/life/life.cpp +++ b/demos/life/life.cpp @@ -980,7 +980,7 @@ void LifeCanvas::OnScroll(wxScrollWinEvent& event) } } -#ifdef __WXGTK__ // what about Motif? +#if defined (__WXGTK__) || defined(__WXMOTIF__) // what about Motif? // wxGTK updates the thumb automatically (wxMSW doesn't); reset it back if (type != wxEVT_SCROLLWIN_THUMBTRACK) {