aboutsummaryrefslogtreecommitdiffstats
path: root/compositor/tty.c
Commit message (Collapse)AuthorAgeFilesLines
* Split into a core repository that only holds the core Wayland librariesKristian Høgsberg2011-02-141-160/+0
|
* compositor: Forward pointer focus notification from compostor backendKristian Høgsberg2011-01-261-3/+0
| | | | | | This lets the compositor place the pointer sprite correctly when it receives pointer focus and allows it to send pointer focus to any client that might receive pointer focus as the compositor receives it.
* fix tty_destroyTim Wiederhake2011-01-251-4/+4
| | | | | fixes segfault when active tty could not be opened fixes copy-paste mistake.