mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
Remove old fields
This commit is contained in:
parent
5f7042a1f2
commit
5a636b21ba
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue