From: <kr_...@us...> - 2004-05-07 10:22:08
|
Update of /cvsroot/htoolkit/port/src/cbits/Win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/src/cbits/Win32 Modified Files: Internals.h Log Message: add declarations for osGetVertResolution and osGetHorzResolution Index: Internals.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/Internals.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Internals.h 7 May 2004 10:20:26 -0000 1.18 --- Internals.h 7 May 2004 10:22:00 -0000 1.19 *************** *** 72,74 **** --- 72,77 ---- void DrawCheckListBoxItem(LPDRAWITEMSTRUCT lpDIS); + int osGetVertResolution(); + int osGetHorzResolution(); + #endif |