mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-07 19:30:41 +01:00
[cairo-path-fixed] Remove leftover typedef keyword
Oops!
This commit is contained in:
parent
dd406b1ffa
commit
62377cbac1
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#ifndef CAIRO_PATH_FIXED_PRIVATE_H
|
||||
#define CAIRO_PATH_FIXED_PRIVATE_H
|
||||
|
||||
typedef enum cairo_path_op {
|
||||
enum cairo_path_op {
|
||||
CAIRO_PATH_OP_MOVE_TO = 0,
|
||||
CAIRO_PATH_OP_LINE_TO = 1,
|
||||
CAIRO_PATH_OP_CURVE_TO = 2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue