mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05: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
|