Browse Source

mandelbrot: update windows title

Nathalie Furmento 14 years ago
parent
commit
3e8fc9c84e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/mandelbrot/mandelbrot.c

+ 1 - 1
examples/mandelbrot/mandelbrot.c

@@ -81,7 +81,7 @@ static void init_x11(int width, int height, unsigned *buffer)
 	XMapWindow(dpy, win);
 	XMapWindow(dpy, win);
 	
 	
 	XTextProperty tp;
 	XTextProperty tp;
-	char name[128] = "Mandelbrot";
+	char name[128] = "Mandelbrot - StarPU";
 	char *n = name;
 	char *n = name;
 	Status st = XStringListToTextProperty(&n, 1, &tp);
 	Status st = XStringListToTextProperty(&n, 1, &tp);
 	if (st)
 	if (st)