From: <kr_...@us...> - 2004-05-07 12:45:52
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21556/src/include Modified Files: Canvas.h Log Message: Remove GetResolution and GetScaleFactors functions Index: Canvas.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Canvas.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Canvas.h 24 Aug 2003 19:02:45 -0000 1.7 --- Canvas.h 7 May 2004 12:45:43 -0000 1.8 *************** *** 50,61 **** extern void osReleaseTemporaryCanvas(CanvasHandle canvas); - - // Get the resolution of a picture - extern void osGetResolution(CanvasHandle canvas,int*,int*); - - // Get scaling factors, which have to be applied to coordinates for clipping regions in case - // of emulating the screen resolution for printing (MM_ISOTROPIC) - extern void osGetScaleFactor(CanvasHandle canvas,int*,int*,int*,int*); - unsigned int osGetDialogColor(); unsigned int osGetWindowColor(); --- 50,53 ---- |