mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
types/wlr_output: removing the useless pointer
This commit is contained in:
parent
cf93d31736
commit
43554c1966
6 changed files with 14 additions and 21 deletions
|
|
@ -263,7 +263,7 @@ struct wlr_output_event_present {
|
|||
// Whether the frame was presented at all.
|
||||
bool presented;
|
||||
// Time when the content update turned into light the first time.
|
||||
struct timespec *when;
|
||||
struct timespec when;
|
||||
// Vertical retrace counter. Zero if unavailable.
|
||||
unsigned seq;
|
||||
// Prediction of how many nanoseconds after `when` the very next output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue