mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
config: s/app_id/identifier/ for window-switcher field
...to be consistent with window rules. The use of 'app_id' for window-switcher fields is hereby deprecated.
This commit is contained in:
parent
e5a6c57a6e
commit
206db43786
5 changed files with 14 additions and 6 deletions
|
|
@ -352,7 +352,7 @@ render_osd(struct server *server, cairo_t *cairo, int w, int h,
|
|||
case LAB_FIELD_TYPE:
|
||||
buf_add(&buf, get_type(*view));
|
||||
break;
|
||||
case LAB_FIELD_APP_ID:
|
||||
case LAB_FIELD_IDENTIFIER:
|
||||
buf_add(&buf, get_app_id(*view));
|
||||
break;
|
||||
case LAB_FIELD_TITLE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue