mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 06:08:02 +02:00
Reimplement path.has_current point as a 1-bit bitfield
This commit is contained in:
parent
9d2d3b95e3
commit
7b1509f4f3
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ struct _cairo_path_fixed {
|
|||
|
||||
cairo_point_t last_move_point;
|
||||
cairo_point_t current_point;
|
||||
int has_current_point;
|
||||
unsigned int has_current_point : 1;
|
||||
};
|
||||
|
||||
#endif /* CAIRO_PATH_FIXED_PRIVATE_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue