reformatted

This commit is contained in:
akallabeth
2022-06-23 07:57:38 +02:00
committed by akallabeth
parent 0029f8a61d
commit bc8b4ade1c
141 changed files with 1739 additions and 1628 deletions

View File

@@ -294,7 +294,8 @@ struct uwac_output_geometry_event
};
typedef struct uwac_output_geometry_event UwacOutputGeometryEvent;
union uwac_event {
union uwac_event
{
int type;
UwacOutputNewEvent output_new;
UwacOutputGeometryEvent output_geometry;