diff options
Diffstat (limited to 'include/blender')
-rw-r--r-- | include/blender/canvas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/blender/canvas.h b/include/blender/canvas.h index 12f7ce1..7fb9fdd 100644 --- a/include/blender/canvas.h +++ b/include/blender/canvas.h | |||
@@ -8,7 +8,7 @@ | |||
8 | * Freedom, according to Bob Ross | 8 | * Freedom, according to Bob Ross |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <MLV_image.h> | 11 | #include <MLV/MLV_image.h> |
12 | #include "common/geom.h" | 12 | #include "common/geom.h" |
13 | #include "color.h" | 13 | #include "color.h" |
14 | 14 | ||
@@ -17,7 +17,7 @@ | |||
17 | * Represents a fixed size RGBa pixel matrix. | 17 | * Represents a fixed size RGBa pixel matrix. |
18 | */ | 18 | */ |
19 | typedef struct { | 19 | typedef struct { |
20 | MLV_Image mlv; | 20 | MLV_Image *mlv; |
21 | } Canvas; | 21 | } Canvas; |
22 | 22 | ||
23 | /** | 23 | /** |