commctl.h: add missing ListView_GetViewRect() macro

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ChangeLog
    Add missing ListView_GetViewRect() macro

Index: include/commctrl.h
===================================================================
RCS file: /var/cvs/wine/include/commctrl.h,v
retrieving revision 1.125
diff -u -r1.125 commctrl.h
--- include/commctrl.h	26 Nov 2003 05:20:32 -0000	1.125
+++ include/commctrl.h	26 Nov 2003 17:59:57 -0000
@@ -3545,6 +3545,9 @@
 #define ListView_SetSelectionMark(hwndLV, iItem) \
     (int)SNDMSG((hwndLV), LVM_SETSELECTIONMARK, 0, (LPARAM)(iItem))
 
+#define ListView_GetViewRect(hwndLV, prc) \
+    (BOOL)SNDMSG((hwndLV),LVM_GETVIEWRECT,0,(LPARAM)(LPRECT)(prc))
+
 /* Tab Control */
 
 #define WC_TABCONTROL16	"SysTabControl"


-- 
Dimi.



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux