Correct minor typos in 16-using-cairo.md

This commit is contained in:
Enric Morales 2016-12-14 15:41:01 +01:00
parent d7a0486da9
commit c2b265f3ba
1 changed files with 3 additions and 3 deletions

View File

@ -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)