gtk2/demos
Matthias Clasen 014fb41448 Help the compiler out
gcc says: error: iteration 2147483649 invokes undefined behavior
                            [-Werror=aggressive-loop-optimizations]
which of course, never happens because ncols is always >= 2.
Add some assertions to tell the compiler.
2021-05-05 08:17:26 -04:00
..
constraint-editor build: Use a consistent style for Meson files 2020-12-15 12:46:59 +00:00
gtk-demo Help the compiler out 2021-05-05 08:17:26 -04:00
icon-browser icon browser: Make header buttons not steal focus 2021-04-11 15:32:15 -04:00
node-editor node-editor: Make header buttons not steal focus 2021-04-11 15:32:15 -04:00
print-editor demos: Add devel styling 2021-02-12 00:08:55 -05:00
widget-factory widget-factory: Make header buttons not steal focus 2021-04-11 15:32:15 -04:00
meson.build demos: Add devel styling 2021-02-12 00:08:55 -05:00