view: update comments

These should have been moved in the previous commit
This commit is contained in:
Isaac Freund
2020-10-22 19:24:01 +02:00
parent 79dc9cc49a
commit e4a3698d86
3 changed files with 3 additions and 5 deletions

View File

@ -215,8 +215,6 @@ fn handleCommit(listener: ?*c.wl_listener, data: ?*c_void) callconv(.C) void {
// See comment in XwaylandView.configure()
if (view.pending_serial != null) {
// If the view is part of the layout, notify the transaction code. If
// the view is floating or fullscreen apply the pending state immediately.
view.notifyConfiguredOrApplyPending();
}
}