]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - PickView.h
2003-10-16 Frank Richter <frichter@gmx.li>
[cygwin-apps/setup.git] / PickView.h
index 5ea22aad4788909bdb8bb66dce96088e4b569c07..0e8a42d55029504d959183685b263b527a620900 100644 (file)
@@ -19,6 +19,7 @@
 #include "win32.h"
 #include "String++.h"
 #include "window.h"
+#include "RECTWrapper.h"
 
 #define HMARGIN 10
 #define ROW_MARGIN      5
@@ -134,6 +135,11 @@ private:
   static ATOM WindowClassAtom;
   HWND listheader;
   views view_mode;
+
+  // Stuff needed to handle resizing
+  bool hasClientRect;
+  RECTWrapper lastClientRect;
+  
   void set_headers ();
   void init_headers (HDC dc);
   void note_width (Header *hdrs, HDC dc, String const &string, int addend,
This page took 0.0235 seconds and 5 git commands to generate.