From 4a6df8f888555be1f2c760790b5ecdc70e8b0a52 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 1 Jul 2017 17:18:07 +0200 Subject: tested with pcc, works removed some weird comments in vga_font.h troubling pcc --- src/README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/README') diff --git a/src/README b/src/README index 9c6b2b5..1f3c8dc 100644 --- a/src/README +++ b/src/README @@ -46,6 +46,14 @@ Driver framework and specific drivers. * mouse.c - PS/2 mouse * vga.c - standard VGA video driver +gui +--- + +* widget.c - basic GUI widget definining the interface of all GUI objects +* composite_widget.c - a widget which is composed of a set of widgets +* text_widget.c - a widget showing text +* desktop.c - the top-level composite widget covering the whole desktop + libc ---- -- cgit v1.2.3-54-g00ecf