mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
use PROGNAME
This commit is contained in:
parent
bf2afc9489
commit
ecbdcd5bc9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue