ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/VTBFileUtil2/VTBFileUtil2.h
(Generate patch)

Comparing trunk/VTBFileUtil2/VTBFileUtil2.h (file contents):
Revision 265 by douglas, 2003-08-16T20:55:39-07:00 vs.
Revision 268 by douglas, 2003-08-18T21:39:38-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: VTBFileUtil2.h,v 1.7 2003/08/17 03:55:39 douglas Exp $
5 > // $Id: VTBFileUtil2.h,v 1.8 2003/08/19 04:39:38 douglas Exp $
6  
7   #ifndef _VTBFileUtil_h_
8   #define _VTBFileUtil_h_
# Line 34 | Line 34 | struct Gui
34   {
35          HINSTANCE instance;
36          HICON icon;
37        UINT_PTR tips;
37   };
38  
39   extern bool debug;
# Line 78 | Line 77 | inline void center(HWND window)
77          SetWindowPos(window, HWND_TOP, desktop.left + (rect.right / 2), desktop.top
78                  + (rect.bottom / 2), 0, 0, SWP_NOSIZE);
79   }
81 void tooltip(HWND tool, const string& tip);
80  
81   #endif // _VTBFileUtil_h_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines