summaryrefslogtreecommitdiff
path: root/frontends/atari/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/atari/bitmap.h')
-rw-r--r--frontends/atari/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/atari/bitmap.h b/frontends/atari/bitmap.h
index 72bad555e..88985ad3c 100644
--- a/frontends/atari/bitmap.h
+++ b/frontends/atari/bitmap.h
@@ -90,7 +90,7 @@ int init_mfdb(int bpp, int w, int h, uint32_t flags, MFDB * out );
* \param state a flag word indicating the initial state
* \return an opaque struct bitmap, or NULL on memory exhaustion
*/
-void *atari_bitmap_create(int w, int h, unsigned int state);
+void *atari_bitmap_create(int w, int h, enum gui_bitmap_flags flags);
/**
* Find the width of a pixel row in bytes.