enlightenment/src/cursors.h

11 lines
231 B
C

#ifndef E_CURSORS_H
#define E_CURSORS_H
#include "e.h"
void e_cursors_display(char *type);
void e_cursors_display_in_window(Window win, char *type);
void e_cursors_init(void);
#endif