enventor/src/include/goto.h

6 lines
143 B
C
Raw Normal View History

2014-05-31 23:35:54 -07:00
#define DEFAULT_GOTO_WIN_W 330
#define DEFAULT_GOTO_WIN_H 77
void goto_open(void);
Eina_Bool goto_close(void);
Eina_Bool goto_is_opened(void);