-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
595f618
commit e385732
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,12 +26,12 @@ mir (0.31.1) UNRELEASED; urgency=medium | |
we need to set the surface state to "maximized" so that Wayland clients | ||
obey exactly. That wasn't working as the wayland_frontend wasn't being | ||
notified of the actual state. | ||
. [Wayland] Don't remember recent surface events after the input | ||
dispatcher is stopped: The event "goes stale" and can cause a segfault. | ||
(Fixes #276) | ||
. Don't remember recent surface events after the input dispatcher is | ||
stopped: The event "goes stale" and can cause a segfault. (Fixes #276) | ||
. [Wayland] Sequence xdg-top-level and xdg-surface configure events | ||
correctly: qtwayland gets confused by receiving these event out of | ||
order. (Fixes #280) | ||
. [Wayland] fixed timestamp scaling. Fixes double-click. | ||
|
||
-- Alan Griffiths <[email protected]> Tue, 27 Mar 2018 11:21:00 +0000 | ||
|
||
|