[USER32] Code refactoring for MessageBoxTimeoutIndirectW(), in preparation for SoftMo...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 12 Aug 2018 16:16:29 +0000 (18:16 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 17 Aug 2018 15:12:22 +0000 (17:12 +0200)
commit4f7318b7594ec97165d3f62c6a4eaf82af43b987
tree23eb92afa20815cb81afce5ab159c1b7382b22ac
parente3fee2db82c404f536b769d5e756c821858f8dde
[USER32] Code refactoring for MessageBoxTimeoutIndirectW(), in preparation for SoftModalMessageBox() implementation.

- Remove usage of ButtonLen and ibtn-pointer arrays, to make the code
  more generic and less dependent on the (maximal) number of buttons
  in the message boxes.

- Move around the code that computes the positions and sizes of the
  window controls.
win32ss/user/user32/windows/messagebox.c