blob: 97f5bfe22a043a65548273dd5006a19ccf9c84e7 (
plain) (
tree)
|
|
#ifndef _HAVE_ELOCK_TIMER_H
#define _HAVE_ELOCK_TIMER_H
/*
* ELOCK LIBRARY
* by Philippe "Puppet_Master" Caseiro
* 05/07/2005
* 0.01
*
*/
#define WIDTH 400
#define HEIGHT 400
#define TIME 10
Ecore_Timer *elock_timer_callback(void *donnee);
Ecore_Timer *elock_timer (double laps);
int check_args (int arg);
int elock_event_handler();
int elock_event_cb (void *data, int ev_type, void *ev);
void key_down(void *data, Evas *e, Evas_Object *obj, void *event_info);
#endif
|