From 2ba1cc9b1947c3d6a5f842ca843b20075ec37c90 Mon Sep 17 00:00:00 2001 From: Leonard Ritter Date: Sun, 13 Jul 2014 06:19:37 +0200 Subject: [PATCH] oui: some documentation fixes --- oui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oui.h b/oui.h index 9077c98..bbbc35f 100644 --- a/oui.h +++ b/oui.h @@ -1,5 +1,5 @@ /* -OUI - A minimal immediate GUI handling & layouting library +OUI - A minimal semi-immediate GUI handling & layouting library Copyright (c) 2014 Leonard Ritter @@ -33,7 +33,7 @@ Revision 1 (2014-07-13) OUI (short for "Open UI", spoken like the french "oui" for "yes") is a platform agnostic single-header C library for layouting GUI elements and -handling their user input. Together with a set of widget drawing and logic +handling related user input. Together with a set of widget drawing and logic routines it can be used to build complex user interfaces. OUI is a semi-immediate GUI. Widget declarations are persistent for the duration