You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
306 B
8 lines
306 B
#ifndef ENTRANCE_XLIB_H_ |
|
#define ENTRANCE_XLIB_H_ |
|
typedef Eina_Bool (*Entrance_X_Cb)(const char *data); |
|
int entrance_xserver_init(Entrance_X_Cb start, const char *dname); |
|
void entrance_xserver_wait(void); |
|
void entrance_xserver_end(void); |
|
void entrance_xserver_shutdown(void); |
|
#endif /* ENTRANCE_XLIB_H_ */
|
|
|