Age | Commit message (Collapse) | Author |
|
This adds back `wlr_output::needs_swap`. This allows a backend to
request buffer swaps even if the output isn't damaged. This is
needed by the DRM backend to trigger pageflips when the cursor
moves.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add wlr_output::enabled
|
|
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
|
|
|
|
|
|
... and have it listen to seat destroy notifier
|
|
|
|
|
|
|
|
This ought to be enough to serve as an example for other compositors to
use.
|
|
|
|
xwm clipboard sync, 2nd edition
|
|
|
|
|
|
|
|
Make keyboard repeat info configurable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed move-resizing a view when only one coordinate changes.
|