mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-06 07:23:33 +02:00
MenuStyle option
This commit is contained in:
@@ -897,7 +897,10 @@ makeClientState(WWindow *wwin)
|
||||
appendStringInArray(state, wwin->wm_class);
|
||||
|
||||
/* WM_NAME */
|
||||
|
||||
if (wwin->flags.wm_name_changed)
|
||||
appendStringInArray(state, "");
|
||||
else
|
||||
appendStringInArray(state, wwin->frame->name);
|
||||
|
||||
/* geometry */
|
||||
sprintf(buffer, "%i %i %i %i %i %i", wwin->frame_x, wwin->frame_y,
|
||||
|
||||
Reference in New Issue
Block a user