Exemplo n.º 1
0
Arquivo: ewmh.c Projeto: xiaq/hlwm
void ewmh_update_wmname() {
    ewmh_set_wmname(settings_find("wmname")->value.s);
}
Exemplo n.º 2
0
void ewmh_update_wmname() {
    ewmh_set_wmname(settings_find_string("wmname"));
}