mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
ssd: remove a temp printf
This commit is contained in:
parent
bc2ef3ece6
commit
4570bdbade
1 changed files with 0 additions and 2 deletions
|
|
@ -299,8 +299,6 @@ ssd_titlebar_update(struct ssd *ssd)
|
|||
ssd->state.was_omnipresent = view->visible_on_all_workspaces;
|
||||
}
|
||||
|
||||
printf("%d-%d-%d\n",ssd->state.was_ontop, view->layer,VIEW_LAYER_ALWAYS_ON_TOP);
|
||||
|
||||
if (ssd->state.was_ontop != (view->layer == VIEW_LAYER_ALWAYS_ON_TOP)) {
|
||||
set_alt_button_icon(ssd, LAB_NODE_BUTTON_ONTOP,
|
||||
view->layer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue