diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-03-06 14:41:45 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-03-06 14:41:45 +0000 |
commit | dc24525d098d3dbf303dcfa04cae319592107907 (patch) | |
tree | eb1a27b8270765b2d294c34fdffead5a9ff78058 /cairo | |
parent | 033d98557e182330d8daa148fff705be0447471c (diff) |
more idle code documentation improvement
Diffstat (limited to 'cairo')
-rw-r--r-- | cairo/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cairo/README b/cairo/README index aec01a8c3732..3d955dcd09a4 100644 --- a/cairo/README +++ b/cairo/README @@ -1 +1,6 @@ The graphics library, used for anti-aliasing. From [http://cairographics.org/]. + +This code is used by default only on Linux, though it is also +available on Mac. There is a cairo-canvas implementation that is the +main customer, and it is enabled via 'use hardware acceleration' in +the general options. |