summaryrefslogtreecommitdiff
path: root/obt/mainloop.c
AgeCommit message (Collapse)Author
2010-06-14Use GMainLoop instead of ObtMainLoopDana Jansens
2010-04-28make an event queue for X events. the queue's min size is 16 XEvents (~3k)Dana Jansens
2010-02-16more using g_slice_new() instead of g_new()Dana Jansens
2010-02-12use g_slice_new() instead of g_new() part 3Dana Jansens
2010-02-12have obt refresh the xlib keyboard stuff on mappingnotify eventsDana Jansens
2009-12-21check more headers before including themDana Jansens
2008-02-15() -> (void)Mikael Magnusson
2008-01-20make the obt library branch compile again with all the changes merged in ↵Dana Jansens
from backport
2008-01-20make the mainloop not depend on an X display, and make it uses the ↵Dana Jansens
obt_display automatically
2008-01-20Move the main loop out into the libobtDana Jansens