mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user