aboutsummaryrefslogtreecommitdiff
path: root/include/client/window.h
AgeCommit message (Collapse)Author
2016-07-16Fix #753Drew DeVault
2016-07-15Enable windows to register to get notified when the mouse wheel is scrolledDavid Eklov
2016-07-15Rename pointer_input::notify to indicate that is called on button clicksDavid Eklov
2016-07-14Use int instead of wl_fixed_t for mouse coordinatesDavid Eklov
2016-07-06Fix formatting guide violations (spaces instead of tabs)David Eklov
2016-07-06Enable windows to register to get notified of pointer button eventsDavid Eklov
2016-07-04Move code to make a window a shell surface into seperate functionDavid Eklov
2015-11-29Add text rendering support to wayland clientsDrew DeVault
2015-11-19Refactor the crap out of wayland clientsDrew DeVault
And create a background surface on every output when invoking swaybg.