kicad/include/gal
Ian McInerney 18ea3be3f2 Revert "Reintroduce constexpr to COLOR4D"
This reverts commit 33da9b2327 and the
following commit dc08c48f33.

C++17 changed the behavior of static class member variables that are
constexpr defined. Previously this definition/declaration split was
valid for constexpr members, but after C++17 the static constexpr member
variables are automatically inlined, so the declaration is no longer
exported in some compilers (GCC 9/10/11 seem to have problems).

An alternate way of constexpr member variables is putting the
initialization in the class definition, but we can't init a COLOR4D
object when defining the COLOR4D class.

For now, revert this change until we can figure out the proper way of
architecting these colors.
2023-04-06 20:18:31 +01:00
..
cairo GAL: Do better job at reserving vertices. 2022-09-14 16:07:47 +00:00
opengl Improve canvas responsiveness by better swap interval management. 2022-11-18 00:32:25 +05:00
color4d.h Revert "Reintroduce constexpr to COLOR4D" 2023-04-06 20:18:31 +01:00
compositor.h Header clean up round 5. 2020-12-21 18:42:21 -05:00
cursors.h We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
definitions.h Gerbview: fix cairo negative items and implement real differential mode 2021-08-31 12:43:53 +00:00
dpi_scaling.h Improve HiDPI handling of appearance/layer controls 2023-02-22 09:20:36 -05:00
gal_display_options.h Further simplification of AA regime 2021-06-08 17:20:41 -07:00
gal_print.h Remove WX_COMPATIBILITY flag 2023-02-22 01:44:06 +00:00
graphics_abstraction_layer.h Fix snapping dist when disabling grid 2022-12-21 17:47:45 -08:00
hidpi_gl_3D_canvas.h Move 3D controls to a new class 2022-06-21 23:38:22 +00:00
hidpi_gl_canvas.h Convert mouse coordinates to native pixesl in the 3D viewer 2021-10-10 17:52:12 +01:00