From c2b265f3bada91d6521226e22386946a3e1d63e1 Mon Sep 17 00:00:00 2001 From: Enric Morales Date: Wed, 14 Dec 2016 15:41:01 +0100 Subject: [PATCH] Correct minor typos in 16-using-cairo.md --- docs/16-using-cairo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/16-using-cairo.md b/docs/16-using-cairo.md index 227e40ea7..dbccd6487 100644 --- a/docs/16-using-cairo.md +++ b/docs/16-using-cairo.md @@ -1,7 +1,7 @@ # Using Cairo and LGI -These days, Awesome interface is mostly based on a library called LGI. It allows -to access C libraries such as GTK, GLib, Cairo, Pango, PangoCairo and RSVG using +These days, Awesome interface is mostly based on a library called LGI. It provides +access C libraries such as GTK, GLib, Cairo, Pango, PangoCairo and RSVG using Lua code without having to write actual "glue" C code. This is done using the GObject-introspection framework. The main advantage is @@ -130,7 +130,7 @@ applying operations. ### Cairo in Awesome All of Awesome's `wibox`es, `awful.wibar`s, `gears.wallpaper`s and -`awful.titlebar`s contain a Cairo surfaces, which can be accessed through the +`awful.titlebar`s contain Cairo surfaces, which can be accessed through the `drawin` API. This allows widgets to use the Cairo context directly. See the [declarative layout system](../documentation/03-declarative-layout.md.html)