Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill/eggfill.h
diff options
context:
space:
mode:
Diffstat (limited to 'fill/eggfill.h')
-rw-r--r--fill/eggfill.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fill/eggfill.h b/fill/eggfill.h
index 6cba20d..bc7dd07 100644
--- a/fill/eggfill.h
+++ b/fill/eggfill.h
@@ -73,4 +73,4 @@ void queue_enqueue(int element, queue *q);
void queue_dequeue(queue *q);
/*end of queue*/
-void floodfill(unsigned int * pixels, int x, int y, int width, int height, unsigned int color);
+void floodfill(unsigned long * pixels, int x, int y, int width, int height, unsigned long color);