Augustin Cavalier 74c38cab40 BMenuBar & Deskbar: Make the hack to call ShowMenuBar a lot less ugly.
The previous hack, which as the comment (and __MWERKS__) implies
dates all the way back to the Be era, finally broke: int32 is "int"
on non-x86, not "long", and so this generated an undefined symbol
error on ARM.

The best solution seems to be to make StartMenuBar merely protected,
and then make a subclass where it is fully public to call it.
This is a lot less fragile (and much less ugly.)

Change-Id: I0519d0d9eeb1cc4523d0c6dd4fdfe8688ed1092c
Reviewed-on: https://review.haiku-os.org/c/1516
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
2019-06-17 11:49:48 +00:00
..
2017-07-31 19:09:38 +02:00
2016-01-04 06:48:22 -05:00
2016-01-04 06:48:22 -05:00
2016-01-04 06:48:22 -05:00
2016-01-04 06:48:22 -05:00
2016-01-04 06:48:22 -05:00
2018-11-04 19:00:49 +00:00
2017-05-08 22:17:53 +02:00
2017-11-15 17:52:27 +01:00
2016-01-04 06:48:22 -05:00
2018-12-09 23:00:47 -05:00
2017-12-02 22:24:06 -05:00
2019-01-14 15:59:57 +00:00
2016-01-04 06:48:22 -05:00
2016-01-04 06:48:22 -05:00
2016-01-04 06:48:22 -05:00
2016-01-04 06:48:22 -05:00
2016-01-04 06:48:22 -05:00
2016-01-04 06:48:22 -05:00
2016-03-22 12:00:36 -07:00
2016-01-04 06:48:22 -05:00
2016-01-04 06:48:22 -05:00
2016-01-04 06:48:22 -05:00
2019-02-03 18:04:13 +00:00