X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4322df68b099e5e983acc0a3dad4ad5841b57b5..be10c7f969bb460dc79bd8946d59bf54c98ac660:/src/msw/microwin.c diff --git a/src/msw/microwin.c b/src/msw/microwin.c index 9b66f8aeb1..3748c84531 100644 --- a/src/msw/microwin.c +++ b/src/msw/microwin.c @@ -1,12 +1,11 @@ /* ///////////////////////////////////////////////////////////////////////////// -// Name: microwin.cpp +// Name: src/msw/microwin.cpp // Purpose: Extra implementation for MicroWindows // Author: Julian Smart // Created: 2001-05-31 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// */ @@ -89,12 +88,12 @@ BOOL IsIconic(HWND hWnd) return FALSE; } -int SetMapMode(HDC hDC, int mode) +int SetMapMode(HDC hDC, wxMappingMode mode) { return MM_TEXT; } -int GetMapMode(HDC hDC) +wxMappingMode GetMapMode(HDC hDC) { return MM_TEXT; } @@ -163,7 +162,7 @@ BOOL GetClipBox(HDC hdc, RECT* rect) rect->right = mwrect.right; rect->bottom = mwrect.bottom; - return TRUE; + return TRUE; } BOOL DrawIconEx(HDC hdc, int x, int y, HICON hIcon, int w, int h, UINT istepIfAniCur, HBRUSH hbrFlickerFreeDraw, UINT diFlags) @@ -218,7 +217,7 @@ BOOL MaskBlt(HDC hdc, int x, int y, int w, int h, HDC hDCSource, int xSrc, int ySrc, HBITMAP hBitmapMask, int xMask, int yMask, DWORD rop) { /* TODO */ - return FALSE; + return FALSE; } UINT RealizePalette(HDC hDC)