|
From: Robert M. <mar...@us...> - 2004-12-26 15:11:14
|
Update of /cvsroot/jvcl/dev/JVCL3/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13284/JVCL3/common Modified Files: JvConsts.pas Log Message: recreated .dcr and .res files, new palette images from Ellio Martina added style cleanup for HWND_DESKTOP improvements in JvDriveCtrls.pas Index: JvConsts.pas =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/common/JvConsts.pas,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** JvConsts.pas 28 Oct 2004 07:31:03 -0000 1.56 --- JvConsts.pas 26 Dec 2004 15:10:33 -0000 1.57 *************** *** 269,272 **** --- 269,278 ---- MouseShiftStates = [ssLeft, ssRight, ssMiddle, ssDouble]; + {$IFDEF VCL} + const + // for CreateCompatibleDC + HDC_DESKTOP = HDC(0); + {$ENDIF VCL} + implementation |