mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
ssd: add optional shade button
This commit is contained in:
parent
9f2eae672c
commit
186a07be9b
11 changed files with 138 additions and 34 deletions
|
|
@ -158,7 +158,9 @@ fill_title_layout(char *nodename, char *content)
|
|||
case 'C':
|
||||
type = LAB_SSD_BUTTON_CLOSE;
|
||||
break;
|
||||
/* case 'S': shade */
|
||||
case 'S':
|
||||
type = LAB_SSD_BUTTON_SHADE;
|
||||
break;
|
||||
/* case 'D': omnipresent */
|
||||
default:
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue