Changes in trunk/gotcha.h [30:10]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gotcha.h
r30 r10 39 39 #include <stdarg.h> 40 40 41 #include "mmioos2.h" 42 41 43 #include "config.h" 42 44 … … 46 48 #include "helper.h" 47 49 #include "settings.h" 48 49 #define _PMPRINTF_50 #include "PMPRINTF.H"51 50 52 51 #define PSZ_EXTENSION ".bmp" … … 70 69 71 70 extern PSETTINGS pset; 72 extern HWND hwndFrame, hwndSnapshot, g_hwndMenuSSW , g_hwndSettingsDialog, g_hwndPage0;71 extern HWND hwndFrame, hwndSnapshot, g_hwndMenuSSW; 73 72 74 73 extern HMODULE g_hmod; … … 85 84 86 85 HBITMAP CaptureWindow (HWND hwnd, HWND hwndParent, PRECTL prcl, BOOL f); 87 VOID SaveBitmap (HBITMAP hbm, HPS hps, int width, int height, 88 int bitCount, char *title); 86 VOID SaveBitmap (HBITMAP hbm, HPS hps, int width, int height, int bitCount); 89 87 VOID SaveBitmapToClipboard (HBITMAP hbm); 90 //VOID SaveBitmapToFile (HBITMAP hbm, PSZ psz, HPS hps);88 VOID SaveBitmapToFile (HBITMAP hbm, PSZ psz, HPS hps); 91 89 VOID StartSelection (HWND hwnd); 92 BOOL SelectSaveFile ( char *title);90 BOOL SelectSaveFile (VOID); 93 91 BOOL DoTracking (RECTL *prclTrack); 94 92 VOID AddSysMenuItem (HWND hwndFrame, MENUITEM *Item, PSZ Text); … … 111 109 112 110 VOID DisplayError (PSZ pszTitle, PSZ psz, ...); 113 APIRET saymsg2(int DefaultButton, HWND hwnd,114 PCSZ pszTitle, PCSZ pszFmt, ...);115 111 VOID DoCountdown (ULONG ul); 116 112 VOID AdjustSaveTypeButtons (BOOL f); 117 113 118 //BOOL SetEAs (PSZ psz);114 BOOL SetEAs (PSZ psz); 119 115 VOID SetIdlePriority (BOOL f); 120 116
Note:
See TracChangeset
for help on using the changeset viewer.