diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-09-04 08:55:16 -0600 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-09-04 08:55:16 -0600 |
commit | 4797fa9af722263307f08b386458691a5b70fa29 (patch) | |
tree | a6c7153d0278049e3c90fdbdefd5d7008ff7471c /totimer.h | |
parent | 1c8adbdeaf48fd9a2d7aa827a5bc761ed21b4796 (diff) | |
download | pomodori-4797fa9af722263307f08b386458691a5b70fa29.tar.gz pomodori-4797fa9af722263307f08b386458691a5b70fa29.tar.bz2 pomodori-4797fa9af722263307f08b386458691a5b70fa29.zip |
misc
Diffstat (limited to 'totimer.h')
-rw-r--r-- | totimer.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ #include "logging.h" #include "glib.h" +#define POTIME 25 +#define POTEXT 5 + bool notify(gpointer user_data); int settimer(tres* lastres,guint32 wait); |