Home
last modified time | relevance | path

Searched refs:id_or_sub (Results 1 – 1 of 1) sorted by relevance

/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dwindows.c1531 UINT_PTR id_or_sub; in populate_preset_menu() local
1535 id_or_sub = (UINT_PTR)(IDM_PRESETS + 0x10 * entry->id); in populate_preset_menu()
1542 id_or_sub = (UINT_PTR)winsubmenu; in populate_preset_menu()
1553 AppendMenu(winmenu, flags, id_or_sub, entry->title); in populate_preset_menu()