event plugin and dbus interface by Ed Martin

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1053 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
michael
2009-11-15 06:49:13 +00:00
parent 11ebe1024f
commit 3f6579900c
13 changed files with 604 additions and 39 deletions

View File

@@ -48,7 +48,7 @@
#include "layout.h"
#include "plugin.h"
#include "thread.h"
#include "event.h"
#include "widget.h"
#include "widget_timer.h"
@@ -389,7 +389,7 @@ int main(int argc, char *argv[])
struct timespec delay;
if (timer_process(&delay) < 0)
break;
nanosleep(&delay, NULL);
event_process(&delay);
}
debug("leaving main loop");