projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e08b1a
)
Now shows author correctly under MacOS X
author
Julian Smart
<julian@anthemion.co.uk>
Tue, 14 May 2002 13:53:48 +0000
(13:53 +0000)
committer
Julian 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
patch
|
blob
|
blame
|
history
diff --git
a/demos/poem/wxpoem.cpp
b/demos/poem/wxpoem.cpp
index ae41ff83cf0153ce29bac6f1df42d159615844bd..8a883d1543c553377899174921399a0418f45799 100644
(file)
--- a/
demos/poem/wxpoem.cpp
+++ b/
demos/poem/wxpoem.cpp
@@
-255,7
+255,7
@@
void MainWindow::ScanBuffer(wxDC *dc, bool DrawIt, int *max_x, int *max_y)
{
ch = -1;
i ++;
-#if
def __WXMSW__
+#if
defined(__WXMSW__) || defined(__WXMAC__)
// Add another to skip the linefeed
i ++;
#endif