aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend/session.h
AgeCommit message (Collapse)Author
2018-02-12Reformat all #include directivesemersion
2017-12-08Listen to display destroy in sessionemersion
It's not the backend's responsibility to destroy the session anymore.
2017-11-10Remove VLA from session.hEric Molitor
VLAs are optional C11 features and not supported by C++.
2017-10-01Change wlr_session to open every GPUScott Anderson
2017-09-23Use more consistent include guard namesemersion
2017-08-26Remove single GPU assumptions from wlr_sessionScott Anderson
2017-08-26Merge wlr_udev into wlr_sessionScott Anderson
2017-08-26Rename functions to be consistent with #93Scott Anderson
2017-08-06Moved session/ into backend/Scott Anderson