]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/bitmap.cpp
remove the vertical scrollbar completely if the control is empty
[wxWidgets.git] / src / os2 / bitmap.cpp
index 59451cffd2ce212bebb7acc941002c6971a1470d..f60d0f7c9b75e60e68bb6b5b656797f247b2acd5 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        bitmap.cpp
+// Name:        src/os2/bitmap.cpp
 // Purpose:     wxBitmap
 // Author:      David Webster
 // Modified by:
@@ -27,7 +27,6 @@
 #include "wx/os2/private.h"
 #include "wx/log.h"
 
-//#include "wx/msw/dib.h"
 #include "wx/image.h"
 #include "wx/xpmdecod.h"
 
@@ -90,9 +89,7 @@ void wxBitmap::Init()
     //
 } // end of wxBitmap::Init
 
-bool wxBitmap::CopyFromIconOrCursor(
-  const wxGDIImage&                 rIcon
-)
+bool wxBitmap::CopyFromIconOrCursor(const wxGDIImage& rIcon)
 {
     HPOINTER                        hIcon = (HPOINTER)rIcon.GetHandle();
     POINTERINFO                     SIconInfo;