From: <go...@us...> - 2002-08-28 20:55:37
|
Update of /cvsroot/decaldev/source/Include In directory usw-pr-cvs1:/tmp/cvs-serv24605/Include Modified Files: Decal.idl Log Message: Added hooks for screen size Updated version numbers for new Beta Index: Decal.idl =================================================================== RCS file: /cvsroot/decaldev/source/Include/Decal.idl,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Decal.idl 27 Aug 2002 19:41:21 -0000 1.14 --- Decal.idl 28 Aug 2002 20:55:03 -0000 1.15 *************** *** 29,33 **** eFaceHeading = 0x00040000, eArea3DWidth = 0x00080000, ! eArea3DHeight = 0x00100000 } ; --- 29,34 ---- eFaceHeading = 0x00040000, eArea3DWidth = 0x00080000, ! eArea3DHeight = 0x00100000, ! eObjectDestroyed= 0x00200000 } ; *************** *** 204,207 **** --- 205,209 ---- properties: methods: + [id(1), helpstring("method ObjectDestroyed")] HRESULT ObjectDestroyed([in] LONG lGuid); }; |