From 46ef233ba8b7372796f5f3e6044d0d12193dfcc8 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 29 Sep 2011 16:14:34 +0100 Subject: headless: move backend to top-level, and enable for all platforms --- vcl/README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'vcl/README') diff --git a/vcl/README b/vcl/README index c752457d5247..9e9507c9c8fd 100644 --- a/vcl/README +++ b/vcl/README @@ -1,18 +1,16 @@ Welcome to the Visual Class Libraries (vcl) code - source/ + the main cross-platform chunk of source - inc/ + cross-platform abstraction headers / definition vcl/ + external headers - generic/ + shared helper code for backends, actually built into vcl - +headless/ + + a backend renderer that draws to bitmaps aqua/ + OS/X backend ios/ -- cgit