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