diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-30 16:16:50 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-30 16:17:38 +0200 |
| commit | 379e9fd3a72fbf5f136443284bc6a2d81bb828fa (patch) | |
| tree | 74c0874be87dd342e7baf36a60b60b1c8f49f9ce /alf/alfbutton.cpp | |
| parent | f9cfbb8870a023478d52fd03c90abcbed9c49304 (diff) | |
toplevel: rename and reorganize functions
Diffstat (limited to 'alf/alfbutton.cpp')
| -rw-r--r-- | alf/alfbutton.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/alf/alfbutton.cpp b/alf/alfbutton.cpp index 6d7d319..00bd3fb 100644 --- a/alf/alfbutton.cpp +++ b/alf/alfbutton.cpp @@ -1415,9 +1415,3 @@ ALF_AddRadioButton(HWND parent, WORD id, int x, int y, const TCHAR *text) } } -void -ALF_SetDefaultButton(HWND win, WORD id) -{ - SendMessage(win, DM_SETDEFID, (WPARAM)id, 0); -} - |
