sway/sway
Christoph Gysin a99aa92bc6 extensions: add missing include
This fixes a compiler warning:

../sway/extensions.c: In function ‘set_background’:
../sway/extensions.c:16:37: warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
  struct background_config *config = malloc(sizeof(struct background_config));
                                     ^
../sway/extensions.c:16:37: warning: incompatible implicit declaration of built-in function ‘malloc’
../sway/extensions.c:16:37: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
2015-11-25 14:39:09 +02:00
..
commands.c handle_command: Skip commands that has a criteria string. 2015-11-24 16:29:28 +01:00
config.c sway_binding_cmp_keys: Differentiate between modifier keys. 2015-11-24 19:26:43 +01:00
container.c container: Store app_id attribute for views. 2015-11-24 16:00:41 +01:00
debug_log.c Start fleshing out wayland client implementation 2015-11-12 19:04:01 -05:00
extensions.c extensions: add missing include 2015-11-25 14:39:09 +02:00
focus.c Include header declaring ipc_event_workpace(2) 2015-11-04 21:12:25 +01:00
handlers.c Add wallpapers to output command 2015-11-19 18:55:17 -05:00
input_state.c We somewhat more wlc_point now 2015-11-14 17:14:23 -05:00
ipc.c ipc: Store socketname in SWAYSOCK. Fixes --get-socketpath. 2015-11-13 18:18:52 +01:00
layout.c layout: get_swayc_in_direction_under: Handle floating views. 2015-11-24 21:34:41 +01:00
main.c Basic support for extensions in server and clients 2015-11-18 22:01:22 -05:00
output.c output: Support multiple adjacent outputs. 2015-11-16 21:32:18 +01:00
readline.c
resize.c
stringop.c stringop: Properly handle criteria strings. 2015-11-24 16:12:37 +01:00
util.c
workspace.c put ipc_event_workspace in update_focus 2015-11-02 11:28:51 -08:00