use PROGNAME
This commit is contained in:
parent
bf2afc9489
commit
ecbdcd5bc9
|
@ -191,7 +191,7 @@ main(int argc, char **argv)
|
|||
sw = simplewindow_new(disp, DefaultScreen(disp),
|
||||
geometry.x, geometry.y, geometry.width, geometry.height, 0);
|
||||
|
||||
XStoreName(disp, sw->window, "awesome-message");
|
||||
XStoreName(disp, sw->window, PROGNAME);
|
||||
|
||||
ctx = draw_context_new(disp, DefaultScreen(disp),
|
||||
geometry.width, geometry.height, sw->drawable);
|
||||
|
|
Loading…
Reference in New Issue