Files
ladybird/Userland/Libraries/LibGUI
Ali Mohammad Pur 2665cdf2a1 LibGUI: Don't allocate a scope-local MouseEvent on the heap
This fixes the build by hiding the problem from the compiler, but it's
a useful change in and of itself anyway.
A malloc/free per every mouse event is pretty annoying, especially when
we can actually avoid it.
2021-06-29 21:40:41 +02:00
..
2021-05-10 19:09:53 +01:00
2021-04-23 16:46:57 +02:00
2021-06-09 23:05:32 +04:30
2021-04-29 22:23:52 +02:00