mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
Two typo fixes in the documentation
Two typo fixes in specs/main.tex, mentioned in an earlier mail.
This commit is contained in:
parent
156d057e56
commit
a6d9e11447
1 changed files with 2 additions and 2 deletions
|
|
@ -284,7 +284,7 @@ Issues:
|
||||||
after the data has been transferred.
|
after the data has been transferred.
|
||||||
|
|
||||||
\item How do we marshall several mime-types? We could make the drag
|
\item How do we marshall several mime-types? We could make the drag
|
||||||
setup a multi-step operation: dnd.create, drag.offer(mime-type1,
|
setup a multi-step operation: dnd.create, drag.offer(mime-type1),
|
||||||
drag.offer(mime-type2), drag.activate(). The drag object could send
|
drag.offer(mime-type2), drag.activate(). The drag object could send
|
||||||
multiple offer events on each motion event. Or we could just
|
multiple offer events on each motion event. Or we could just
|
||||||
implement an array type, but that's a pain to work with.
|
implement an array type, but that's a pain to work with.
|
||||||
|
|
@ -429,7 +429,7 @@ ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/
|
||||||
\item multiseat
|
\item multiseat
|
||||||
\item linux implementation using libudev, egl, kms, evdev, cairo
|
\item linux implementation using libudev, egl, kms, evdev, cairo
|
||||||
\item for fullscreen clients, the system compositor can reprogram the
|
\item for fullscreen clients, the system compositor can reprogram the
|
||||||
video scanout address to source fromt the client provided buffer.
|
video scanout address to source from the client provided buffer.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\subsection{Session Compositor}
|
\subsection{Session Compositor}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue