diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-06-11 12:56:24 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-06-11 12:56:45 -0400 |
commit | fc783d4071b71ce42368ec10ad010a9756910b54 (patch) | |
tree | e135461d95b47fb272ba50102f2f44c640157fb2 /spec | |
parent | 44be655b6de79957b1441b1d6f72905068560380 (diff) |
Split native drm part of compositor out
Diffstat (limited to 'spec')
-rw-r--r-- | spec/.gitignore | 3 | ||||
-rw-r--r-- | spec/main.tex | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/spec/.gitignore b/spec/.gitignore new file mode 100644 index 0000000..4962683 --- /dev/null +++ b/spec/.gitignore @@ -0,0 +1,3 @@ +main.aux +main.log +main.pdf diff --git a/spec/main.tex b/spec/main.tex index 0acb3e0..6d5ee2c 100644 --- a/spec/main.tex +++ b/spec/main.tex @@ -165,14 +165,10 @@ delivered in both screen coordinates and surface local coordinates. \texttt{keyboard\_focus(surface, keys)} \\ \hline \end{tabular} - -\item input group, keyboard, mouse -\item keyboard map, change events -\item pointer motion -\item enter, leave, focus Talk about: \begin{itemize} +\item keyboard map, change events \item xkb on wayland \item multi pointer wayland \end{itemize} |