Remove old fields
This commit is contained in:
parent
5f7042a1f2
commit
5a636b21ba
|
@ -145,10 +145,6 @@ struct wlr_output_state {
|
||||||
drmModeCrtc *old_crtc;
|
drmModeCrtc *old_crtc;
|
||||||
|
|
||||||
struct wlr_drm_renderer *renderer;
|
struct wlr_drm_renderer *renderer;
|
||||||
struct gbm_bo *bo[2];
|
|
||||||
struct gbm_bo *cursor_bo[2];
|
|
||||||
int current_cursor;
|
|
||||||
uint32_t cursor_width, cursor_height;
|
|
||||||
|
|
||||||
bool pageflip_pending;
|
bool pageflip_pending;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue