Skip to content

Commit

Permalink
Initializing flags to a proper value
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Oct 20, 2023
1 parent 3ef63bb commit ccf0965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/eglstream-kms/server/egl_output.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class EGLOutput : public DisplayConfigurationOutput
uint32_t mode_id;

int dpms_enum_id;
uint32_t flags_for_next_flip;
uint32_t flags_for_next_flip = 0;
};

}
Expand Down

0 comments on commit ccf0965

Please sign in to comment.