mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xsync: make SyncAlarmCounterDestroyed static
This commit is contained in:
@@ -448,7 +448,7 @@ SyncSendCounterNotifyEvents(ClientPtr client, SyncAwait **ppAwait,
|
||||
/* This function is called when an alarm's counter is destroyed.
|
||||
* It is plugged into pTrigger->CounterDestroyed (for alarm triggers).
|
||||
*/
|
||||
void
|
||||
static void
|
||||
SyncAlarmCounterDestroyed(SyncTrigger *pTrigger)
|
||||
{
|
||||
SyncAlarm *pAlarm = (SyncAlarm *)pTrigger;
|
||||
|
||||
Reference in New Issue
Block a user