Skip to content

Commit

Permalink
decorations: use _SHOW_FLAGS on decorations reset
Browse files Browse the repository at this point in the history
fix #161
  • Loading branch information
jonian committed Apr 2, 2020
1 parent 2259836 commit 791612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ var ServerDecorations = class ServerDecorations {

reset() {
if (this.handle) {
setHint(this.xid, MOTIF_HINTS, this.initial)
setHint(this.xid, MOTIF_HINTS, _SHOW_FLAGS)
}
}
}
Expand Down

0 comments on commit 791612b

Please sign in to comment.