mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-13 17:20:09 +00:00
u/pacing: Tidy comments
This commit is contained in:
parent
0fb155b886
commit
6e2644dea7
|
@ -285,7 +285,7 @@ u_pc_destroy(struct u_pacing_compositor **upc_ptr)
|
|||
|
||||
/*
|
||||
*
|
||||
* Render timing helper.
|
||||
* App pacer.
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -492,7 +492,7 @@ u_pa_info(struct u_pacing_app *upa,
|
|||
* Helper for calling through the function pointer: does a null check and sets
|
||||
* upa_ptr to null if freed.
|
||||
*
|
||||
* @public @memberof u_pacing_compositor
|
||||
* @public @memberof u_pacing_app
|
||||
* @ingroup aux_pacing
|
||||
*/
|
||||
static inline void
|
||||
|
@ -549,6 +549,7 @@ struct u_pc_display_timing_config
|
|||
*/
|
||||
extern const struct u_pc_display_timing_config U_PC_DISPLAY_TIMING_CONFIG_DEFAULT;
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
* Implementations.
|
||||
|
|
Loading…
Reference in a new issue