aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications/combo/mandelbrot.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/applications/combo/mandelbrot.c')
-rw-r--r--demos/applications/combo/mandelbrot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/applications/combo/mandelbrot.c b/demos/applications/combo/mandelbrot.c
index 866131e3..9299f7d8 100644
--- a/demos/applications/combo/mandelbrot.c
+++ b/demos/applications/combo/mandelbrot.c
@@ -32,7 +32,7 @@
static volatile gBool run;
static GHandle gh;
-static gfxThreadHandle thread;
+static gThread thread;
static void mandelbrot(float x1, float y1, float x2, float y2) {
unsigned int i,j, width, height;