Chun-wei Fan
f353ba3acb
demos/gtk-demo/gtkfishbowl.c: Include gtk/fallback-c89.c
...
...in place of math.h, as we are using round(), which is possibly not
provided by the compiler since we don't require a C99 compiler in
GTK+-3.x and gtk/fallback-c89.c does include math.h anyways.
2018-06-26 16:40:18 +08:00
Benjamin Otte
f5482e6954
fishbowl: Port version from GTK 4
...
This version also merges widgetbowl into fishbowl.
2018-04-26 00:32:44 +02:00
Chun-wei Fan
1063460db2
demos: Fix build
...
Include gtk/fallback-c89.c so that we can ensure that we have round(), and
that file already includes math.h
2017-01-20 18:17:33 +08:00
Benjamin Otte
dd406c8062
gtk-demo: Add GtkFishbowl
...
Avoids usage of GtkFixed where child properties eat up all the CPU time.
And that's kinda not what I want to benchmark.
2017-01-07 03:41:33 +01:00