]>
Dogcows Code - chaz/openbox/blob - c/hooks.h
477c8124e48870de91c1c425243b6233e7c1f4e3
9 void hooks_fire(EventData
*data
);
11 void hooks_fire_keyboard(EventData
*data
);
13 void hooks_fire_pointer(EventData
*data
);
15 #define LOGICALHOOK(type, context, client) \
16 { EventData *data = eventdata_new_logical(Logical_##type, \
18 g_assert(data != NULL); \
20 eventdata_free(data); \
This page took 0.033673 seconds and 4 git commands to generate.