Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
|
|
Fix #188
|
|
|
|
Rename wlr_output_layout_init()
|
|
Rename wlr_output_layout_init() to wlr_output_layout_create() to be consistent
with the rest of the api.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compositor_fini destroys the display, but it is an error to destroy it
before e.g. wlr_seat that references it.
This lets us order destroy calls properly, following first-in-last-out
logic.
|
|
This is for the implementation of another type that should be called wlr_cursor.
|
|
|
|
|
|
|
|
|
|
And the compositor example into its own directory
|