shl: move timer to shl_timer_*
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 16 Sep 2012 15:08:21 +0000 (17:08 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 16 Sep 2012 15:08:21 +0000 (17:08 +0200)
commit93c553c1bcb02a1f3d7a8b9f95ae4a6452b241af
tree585d2935faee7209a5c97a7b8e8419a2194615ab
parent04e3bcc652d43887064e3a7b32b16c38b3f47dd5
shl: move timer to shl_timer_*

This moves the timers to SHL and removes the old static_misc header and
source. They are no longer needed.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
24 files changed:
Makefile.am
src/console.c
src/main.c
src/shl_timer.h [moved from src/static_misc.c with 79% similarity]
src/static_misc.h [deleted file]
src/terminal.c
src/text.c
src/text_bblit.c
src/text_bbulk.c
src/text_font.c
src/text_font_freetype2.c
src/text_font_pango.c
src/text_gltex.c
src/ui.c
src/unicode.c
src/uterm_input.c
src/uterm_input.h
src/uterm_monitor.c
src/uterm_video.c
src/uterm_video.h
src/uterm_video_drm.c
src/uterm_video_dumb.c
src/uterm_video_fbdev.c
src/uterm_vt.c