2007-08-31 20:26:02 +00:00
|
|
|
#include "precomp.h"
|
|
|
|
|
|
|
|
/* $Id: stubs.c 28709 2007-08-31 15:09:51Z greatlrd $
|
|
|
|
*
|
|
|
|
* reactos/lib/gdi32/misc/hacks.c
|
|
|
|
*
|
|
|
|
* GDI32.DLL hacks
|
|
|
|
*
|
2007-10-19 23:21:45 +00:00
|
|
|
* Api that are hacked but we can not do correct implemtions yetm but using own syscall
|
2007-08-31 20:26:02 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
add stub for : IsValidEnhMetaRecord and IsValidEnhMetaRecordOffExt, I have not search after any info about thuse api
follow api need have some part done in user mode : OffsetRgn, GetTextCharsetInfo, IntersectClipRect, OffsetClipRgn.
Implement partly NamedEscape we need metadc support to finish full implement
follow api have been move from redirect to smaller code into hacks.c for they are ros own syscall and
does not exists in windows, GetStretchBltMode, GetTextAlign, GetTextColor, MoveToEx, OffsetViewportOrgEx, OffsetWindowOrgEx.
redirect HT_Get8BPPMaskPalette, HT_Get8BPPFormatPalette, GetSystemPaletteUse to win32k
svn path=/trunk/; revision=28738
2007-09-01 12:52:23 +00:00
|
|
|
|
2007-08-31 20:26:02 +00:00
|
|
|
|
|
|
|
|