mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
output: remove assertion on output being enabled
This assertion breaks on the DRM backend.
This commit is contained in:
parent
4c22c9494b
commit
8c1028e2de
1 changed files with 0 additions and 2 deletions
|
|
@ -183,8 +183,6 @@ handle_output_mode(struct wl_listener *listener, void *user_data)
|
||||||
{
|
{
|
||||||
struct cg_output *output = wl_container_of(listener, output, mode);
|
struct cg_output *output = wl_container_of(listener, output, mode);
|
||||||
|
|
||||||
assert(!output->wlr_output->enabled);
|
|
||||||
|
|
||||||
struct cg_view *view;
|
struct cg_view *view;
|
||||||
wl_list_for_each (view, &output->views, link) {
|
wl_list_for_each (view, &output->views, link) {
|
||||||
cage_view_position(view);
|
cage_view_position(view);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue