Changeset 27 for trunk/gotcha.h


Ignore:
Timestamp:
Mar 13, 2018, 6:34:46 PM (7 years ago)
Author:
Gregg Young
Message:

Remove mmio code; Ticet #5 Get gotcha "quiet" version working Tickets #1 #7 #9 Dialog changes related to both "quiet" and regular modes ( dialogs still need to be split in order to build both; only "quite can be bult from this) See Ticket #9 for a more complete list of changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gotcha.h

    r10 r27  
    3939#include <stdarg.h>
    4040
    41 #include "mmioos2.h"
    42 
    4341#include "config.h"
    4442
     
    4846#include "helper.h"
    4947#include "settings.h"
     48
     49#define  _PMPRINTF_
     50#include "PMPRINTF.H"
    5051
    5152#define PSZ_EXTENSION    ".bmp"
     
    6970
    7071extern PSETTINGS pset;
    71 extern HWND hwndFrame, hwndSnapshot, g_hwndMenuSSW;
     72extern HWND hwndFrame, hwndSnapshot, g_hwndMenuSSW, g_hwndSettingsDialog, g_hwndPage0;
    7273
    7374extern HMODULE g_hmod;
     
    8485
    8586HBITMAP  CaptureWindow (HWND hwnd, HWND hwndParent, PRECTL prcl, BOOL f);
    86 VOID     SaveBitmap (HBITMAP hbm, HPS hps, int width, int height, int bitCount);
     87VOID     SaveBitmap (HBITMAP hbm, HPS hps, int width, int height,
     88                     int bitCount, char *title);
    8789VOID     SaveBitmapToClipboard (HBITMAP hbm);
    88 VOID     SaveBitmapToFile (HBITMAP hbm, PSZ psz, HPS hps);
     90//VOID     SaveBitmapToFile (HBITMAP hbm, PSZ psz, HPS hps);
    8991VOID     StartSelection (HWND hwnd);
    90 BOOL     SelectSaveFile (VOID);
     92BOOL     SelectSaveFile (char *title);
    9193BOOL     DoTracking (RECTL *prclTrack);
    9294VOID     AddSysMenuItem (HWND hwndFrame, MENUITEM *Item, PSZ Text);
     
    109111
    110112VOID     DisplayError (PSZ pszTitle, PSZ psz, ...);
     113APIRET   saymsg2(int DefaultButton, HWND hwnd,
     114                 PCSZ pszTitle, PCSZ pszFmt, ...);
    111115VOID     DoCountdown (ULONG ul);
    112116VOID     AdjustSaveTypeButtons (BOOL f);
    113117
    114 BOOL SetEAs (PSZ psz);
     118//BOOL SetEAs (PSZ psz);
    115119VOID SetIdlePriority (BOOL f);
    116120
Note: See TracChangeset for help on using the changeset viewer.