commit | 725c2c3d680f4941b12834192c0fe2bbb0c01a1f | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniel@fooishbar.org> | Fri Jun 22 14:04:36 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Jun 22 11:52:08 2012 -0400 |
tree | 68068fb9e8c75e24b3373afe188b8ab2a0826f4c | |
parent | 5069280d29e7e210868b64c16daf110d761b84cb [diff] |
Split weston_compositor_init into base and _gl weston_compositor_init is always called late because most implementations can't initialise GL until fairly late in the game. Split it into a base version with the same name, followed by weston_compositor_init_gl which can be called later on. This simplifies compositor-wayland, which no longer needs a separate global handler just for wl_seat. Signed-off-by: Daniel Stone <daniel@fooishbar.org>