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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fill/eggfill.h b/fill/eggfill.h
index 1836043..6cba20d 100644
--- a/fill/eggfill.h
+++ b/fill/eggfill.h
@@ -52,7 +52,6 @@ Roseli de Deus Lopes (roseli@lsi.usp.br)
*/
#include <stdio.h>
#include <stdlib.h>
-#include <gtk/gtk.h>
/*to implement a queue */
typedef struct _tno {
@@ -74,4 +73,4 @@ void queue_enqueue(int element, queue *q);
void queue_dequeue(queue *q);
/*end of queue*/
-void fill(GdkDrawable *drawable, GdkGC *gc, int x, int y, int width, int height, int color);
+void floodfill(unsigned int * pixels, int x, int y, int width, int height, unsigned int color);