X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FCapture.c;h=5a71fd0eb68a137b190da77ee098230b7840101b;hb=f7b79b71faf7e5fbe38df38d26d1156f3ba2f0ce;hp=9a86f9cd8c92614df72ce0245c26e40c0372aaa7;hpb=8d3d7d213a9691455a49544624bf380e85f43461;p=rocksndiamonds.git diff --git a/src/game_sp/Capture.c b/src/game_sp/Capture.c index 9a86f9cd..5a71fd0e 100644 --- a/src/game_sp/Capture.c +++ b/src/game_sp/Capture.c @@ -4,6 +4,8 @@ #include "Capture.h" +#if 0 + // static char *VB_Name = "CaptureModule"; // -------------------------------------------------------------------- @@ -95,7 +97,9 @@ long SelectPalette(long hDC, long hPalette, long bForceBackground); long RealizePalette(long hDC); long GetWindowDC(long hWnd); long GetDC(long hWnd); +#if 0 long GetWindowRect(long hWnd, RECT lpRect); +#endif long ReleaseDC(long hWnd, long hDC); long GetDesktopWindow(); @@ -143,7 +147,9 @@ int SelectPalette(int hDC, int hPalette, int bForceBackground); int RealizePalette(int hDC); int GetWindowDC(int hWnd); int GetDC(int hWnd); +#if 0 int GetWindowRect(int hWnd, RECT lpRect); +#endif int ReleaseDC(int hWnd, int hDC); int GetDesktopWindow(); @@ -427,6 +433,8 @@ Picture CaptureClient(Form frmSrc) return CaptureClient; } +#if 0 + // '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' // // CaptureActiveWindow @@ -465,6 +473,8 @@ Picture CaptureActiveWindow() return CaptureActiveWindow; } +#endif + // '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' // @@ -530,3 +540,4 @@ void PrintPictureToFitPage(Printer Prn, Picture pic) // -------------------------------------------------------------------- +#endif