summaryrefslogtreecommitdiff
path: root/vcl/README
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-09-29 16:14:34 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:48 +0100
commit46ef233ba8b7372796f5f3e6044d0d12193dfcc8 (patch)
tree4db3de84fa8f07c5a109134b581c666ce2b813fc /vcl/README
parentb26a596c5b43834f90de7fb5c6bed824c8d2b2ba (diff)
headless: move backend to top-level, and enable for all platforms
Diffstat (limited to 'vcl/README')
-rw-r--r--vcl/README6
1 files changed, 2 insertions, 4 deletions
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/