projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Setting eol-style property to CRLF for some project files.
[wxWidgets.git]
/
demos
/
bombs
/
bombs1.cpp
diff --git
a/demos/bombs/bombs1.cpp
b/demos/bombs/bombs1.cpp
index 441e3ce0a08c35a204b13847548c4ad717afb535..19549cb8825a7b842e17a4aafe885671da46b2d9 100644
(file)
--- a/
demos/bombs/bombs1.cpp
+++ b/
demos/bombs/bombs1.cpp
@@
-32,7
+32,7
@@
void BombsCanvas::DrawField(wxDC *dc, int xc1, int yc1, int xc2, int yc2)
{
wxString buf;
-
long
chw, chh;
+
wxCoord
chw, chh;
wxColour wxYellow = wxTheColourDatabase->Find(wxT("YELLOW"));
wxColour wxFocused = wxTheColourDatabase->Find(wxT("GREY"));