[xwl] Return c++ version of true in method

Test Plan: Compiles

Reviewers: #kwin, zzag

Reviewed By: #kwin, zzag

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D24850
This commit is contained in:
David Edmundson 2019-10-22 22:37:11 +01:00
parent 3faeb543a7
commit e8fe59323d

View file

@ -349,7 +349,7 @@ bool TransferXtoWl::handleSelectionNotify(xcb_selection_notify_event_t *event)
// second selection notify element - misbehaving source
// TODO: cancel this transfer?
return True;
return true;
}
if (event->target == atoms->netscape_url) {