]> git.saurik.com Git - wxWidgets.git/commitdiff
Now shows author correctly under MacOS X
authorJulian Smart <julian@anthemion.co.uk>
Tue, 14 May 2002 13:53:48 +0000 (13:53 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 14 May 2002 13:53:48 +0000 (13:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/poem/wxpoem.cpp

index ae41ff83cf0153ce29bac6f1df42d159615844bd..8a883d1543c553377899174921399a0418f45799 100644 (file)
@@ -255,7 +255,7 @@ void MainWindow::ScanBuffer(wxDC *dc, bool DrawIt, int *max_x, int *max_y)
         {
             ch = -1;
             i ++;
-#ifdef __WXMSW__
+#if defined(__WXMSW__) || defined(__WXMAC__)
             // Add another to skip the linefeed
             i ++;
 #endif