]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
Added wxTopLevelWindow::HasFocus() as discussed.
[wxWidgets.git] / include / wx / bitmap.h
index 9ad6825099b9b4d1aeb8af47242632e5361d80fc..8c34a26f7e8d03f5a95c892850499dab44648f3c 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     22.04.01
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
 // Created:     22.04.01
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_BITMAP_H_BASE_
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_BITMAP_H_BASE_
@@ -32,7 +32,11 @@ class WXDLLEXPORT wxImage;
 class WXDLLEXPORT wxMask;
 class WXDLLEXPORT wxPalette;
 
 class WXDLLEXPORT wxMask;
 class WXDLLEXPORT wxPalette;
 
-#if defined(__WXMGL__) || defined(__WXMAC__) || defined(__WXCOCOA__) || defined(__WXMOTIF__) || defined(__WXX11__)
+#if defined(__WXMGL__) || \
+    defined(__WXMAC__) || \
+    defined(__WXCOCOA__) || \
+    defined(__WXMOTIF__) || \
+    defined(__WXX11__)
 // Only used by some ports
 // FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes
 
 // Only used by some ports
 // FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes