summaryrefslogtreecommitdiffstats
path: root/include/x11-event-source.h
blob: 2c129eb0285b4d954df613139ed2ac4e4038cde7 (plain)
1
2
3
4
5
6
#ifndef ROFI_X11_EVENT_SOURCE_H
#define ROFI_X11_EVENT_SOURCE_H

GSource * x11_event_source_new ( Display  *display );
void x11_event_source_set_callback ( GSource *source, GSourceFunc callback );
#endif // ROFI_X11_EVENT_SOURCE_H