Explorar o código

mandelbrot: update windows title

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
3e8fc9c84e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 	
 	XTextProperty tp;
-	char name[128] = "Mandelbrot";
+	char name[128] = "Mandelbrot - StarPU";
 	char *n = name;
 	Status st = XStringListToTextProperty(&n, 1, &tp);
 	if (st)