diff options
Diffstat (limited to 'src/widget/widget_image.h')
| -rw-r--r-- | src/widget/widget_image.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/widget/widget_image.h b/src/widget/widget_image.h index 86cf6bc..081fbda 100644 --- a/src/widget/widget_image.h +++ b/src/widget/widget_image.h @@ -1,15 +1,14 @@ #ifndef WIDGET_IMAGE_H -#define WIDGET_IMAGE_H +# define WIDGET_IMAGE_H -#include "main.h" -#include "interface.h" -#include "widget.h" +# include "main.h" +# include "interface.h" +# include "widget.h" -typedef struct widget_image -{ - image_t *image; +typedef struct widget_image { + image_t *image; } widget_image_t; extern widget_t *newWidgetImage(int x, int y, image_t * image); |