sync extension CreateAlarm needs valueparam with mixture of INT64 and CARD32 values
Submitted by Aaron
Assigned to xcb mailing list dummy
Description
Currently, sync.xml defines the CreateAlarm request with a CARD32 value-mask/value-list field. However, the value and delta parameters are defined as INT64. Unfortunately, it seems like the current implementation of valueparam does not accommodate this type of construct.