sway/include
Drew DeVault 65b8a5c3ce Add background handling
This does not work as expected. I think the problem is on the wlc side.
Please review, @Cloudef. To reproduce the issues:

1. Run sway
2. Open terminal in sway
3. Run swaybg

swaybg will create a surface and ask to have it set as the background,
but wlc_handle_from_wl_surface_resource will return 0. If the swaybg
surface is a shell surface, then it works - but wlc complains about the
pointer type and segfaults as soon as the pre-render hook tries to draw
the background.
2015-11-18 22:14:57 -05:00
..
client Basic support for extensions in server and clients 2015-11-18 22:01:22 -05:00
commands.h
config.h cmd_output: Replace existing config if called multiple times. 2015-11-16 15:57:42 +01:00
container.h output: Support multiple adjacent outputs. 2015-11-16 21:32:18 +01:00
extensions.h Add background handling 2015-11-18 22:14:57 -05:00
focus.h
handlers.h
input_state.h
ipc.h Start working on IPC for get_pixels 2015-11-12 12:37:23 -05:00
layout.h
list.h
log.h Add file and line number to log in Debug build 2015-11-11 08:32:32 -05:00
output.h output: Support multiple adjacent outputs. 2015-11-16 21:32:18 +01:00
readline.h
resize.h
stringop.h We don't need to implement strdup 2015-11-12 19:43:03 -05:00
sway.h
util.h
workspace.h