implement ext-idle-notify-v1
This commit is contained in:
20
src/call-idle-handler.h
Normal file
20
src/call-idle-handler.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef RIVERGUILE_CALL_IDLE_HANDLER_H
|
||||
#define RIVERGUILE_CALL_IDLE_HANDLER_H
|
||||
|
||||
#include "seat.h"
|
||||
|
||||
enum Idle_handler_event
|
||||
{
|
||||
IDLE,
|
||||
RESUME,
|
||||
};
|
||||
|
||||
struct Call_idle_handler_parameters
|
||||
{
|
||||
struct Idle *idle;
|
||||
enum Idle_handler_event event;
|
||||
};
|
||||
|
||||
void *call_idle_handler (void *data);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user