Changeset 170 for trunk/settings.h


Ignore:
Timestamp:
Sep 22, 2025, 10:04:44 PM (3 weeks ago)
Author:
Gregg Young
Message:

Rework Gotcha's dialogs to work better with the new font sizing in WPS. Replace some global variables with more C++ alternatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/settings.h

    r100 r170  
    140140//    FOURCC GetFOURCC( SHORT type = BMF_INVALID );
    141141    PSZ    GetFileEAType( SHORT type = BMF_INVALID );
     142    HWND   GethwndSettingsDialog(VOID) {return hwndDlg;}
     143    HWND   GethwndPage0(VOID) {return hwndPage[0];}
    142144
    143145    bool idleSetInIni;
Note: See TracChangeset for help on using the changeset viewer.