Files
gio-patched/ui
Elias Naur 47c5859d87 ui/app: make Draw.Config a value, not a pointer
We are going to encourage a model where pointers to a central
(program global) Configs are passed to widgets at setup time, and
not pass Configs at every frame.

That way, the global Gonfig can change, but the pointers won't need
updating.

This change only switches the Draw event's Config pointer to a value
to avoid tempting programs to use the event Config instead of
updating their own central Configs.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
2019-06-21 15:02:37 +02:00
..
2019-06-17 16:45:49 +02:00
2019-03-31 10:47:22 +02:00
2019-06-18 21:10:01 +02:00
2019-06-18 21:30:19 +02:00
2019-03-31 14:45:26 +02:00
2019-06-08 11:00:59 +02:00
2019-06-21 14:54:34 +02:00
2019-03-31 14:45:26 +02:00