summaryrefslogtreecommitdiff
path: root/compositor/compositor-x11.c
Commit message (Collapse)AuthorAgeFilesLines
* Move grab state to struct wl_input_deviceKristian Høgsberg2010-12-081-1/+1
|
* compositor: Use a virtual destructor when shutting downKristian Høgsberg2010-12-011-0/+7
| | | | | Backend can now rely on their destroy function getting called on shutdown, so reset tty etc there instead of handling SIGTERM twice.
* compositor: Shut down properly so we remove the socketKristian Høgsberg2010-12-011-1/+1
|
* Some additional return value checkingDarxus2010-11-221-6/+14
|
* add newlines for error printfsYuval Fledel2010-11-221-5/+6
|
* compositor: add safety check when EGL fails to initializeTiago Vignatti2010-11-091-1/+2
| | | | | | | | | | offending message: Program received signal SIGSEGV, Segmentation fault. create_pointer_images (ec=0x619f10) at compositor.c:240 240 glEGLImageTargetTexture2DOES(GL_TEXTURE_2D, Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
* Workaround an xcb-dri2 bug.Chia-I Wu2010-10-291-0/+17
| | | | | xcb_dri2_connect_device_name generated by xcb-proto 1.6 is broken. It only works when the length of the driver name is a multiple of 4.
* Add a geometry option for x11 compositorKristian Høgsberg2010-10-271-2/+2
|
* Move example compositor to subdirectoryKristian Høgsberg2010-09-141-0/+666