diff options
Diffstat (limited to 'w3mimg/fb/fb_imlib2.h')
-rw-r--r-- | w3mimg/fb/fb_imlib2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/w3mimg/fb/fb_imlib2.h b/w3mimg/fb/fb_imlib2.h index a091c60..cb5a216 100644 --- a/w3mimg/fb/fb_imlib2.h +++ b/w3mimg/fb/fb_imlib2.h @@ -5,10 +5,10 @@ #include <Imlib2.h> typedef struct { - int width; - int height; - Imlib_Image image; - DATA32 *data; + int width; + int height; + Imlib_Image image; + DATA32 *data; } IMAGE; #endif |