]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/utils_osx.cpp
Fixed wxscintilla compilation for wxDFB.
[wxWidgets.git] / src / osx / utils_osx.cpp
index c7adb418110dc1f4527250b5afe869fa10bf4b57..7cb07496a63cd4c10c5c15c5ff161d3580aee9f1 100644 (file)
@@ -61,6 +61,7 @@ bool wxCheckForInterrupt(wxWindow *WXUNUSED(wnd))
 // Return true if we have a colour display
 bool wxColourDisplay()
 {
+    // always the case on OS X
     return true;
 }