mirror of
https://github.com/lbonn/rofi
synced 2024-11-16 08:58:05 +00:00
6 lines
153 B
C
6 lines
153 B
C
|
#ifndef ROFI_X11_EVENT_SOURCE_H
|
||
|
#define ROFI_X11_EVENT_SOURCE_H
|
||
|
|
||
|
GSource * x11_event_source_new ( Display *display );
|
||
|
#endif // ROFI_X11_EVENT_SOURCE_H
|