mirror of
https://github.com/lbonn/rofi
synced 2024-11-16 00:48:02 +00:00
6 lines
231 B
C
6 lines
231 B
C
#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
|