mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-12 05:34:41 -04:00
fix typo
This commit is contained in:
parent
5030af7635
commit
00de1e6cce
2 changed files with 3 additions and 3 deletions
2
README
2
README
|
|
@ -12,7 +12,7 @@ buffer management. The compositor receives input events and forwards
|
|||
them to the relevant client. The clients creates buffers and renders
|
||||
into them and notifies the compositor when it needs to redraw. The
|
||||
protocol also handles drag and drop, selections, window management and
|
||||
other interactions that must go throught the compositor. However, the
|
||||
other interactions that must go through the compositor. However, the
|
||||
protocol does not handle rendering, which is one of the features that
|
||||
makes wayland so simple. All clients are expected to handle rendering
|
||||
themselves, typically through cairo or OpenGL.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue