summaryrefslogtreecommitdiff
path: root/t_srccoords.c
diff options
context:
space:
mode:
Diffstat (limited to 't_srccoords.c')
-rw-r--r--t_srccoords.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t_srccoords.c b/t_srccoords.c
index 6e29e8a..1eae7d8 100644
--- a/t_srccoords.c
+++ b/t_srccoords.c
@@ -46,7 +46,7 @@ static picture_info *create_target_picture(Display *dpy)
p->d = XCreatePixmap(dpy, DefaultRootWindow(dpy), 5, 5, 32);
p->format = XRenderFindStandardFormat(dpy, PictStandardARGB32);
p->pict = XRenderCreatePicture(dpy, p->d, p->format, 0, NULL);
- p->name = "target picture";
+ p->name = (char *)"target picture";
for (i = 0; i < 25; i++) {
int x = i % 5;