]> git.sur5r.net Git - i3/i3/commit
get_output_for_con: Assert result != NULL
authorOrestis Floros <orestisf1993@gmail.com>
Thu, 21 Mar 2019 21:51:57 +0000 (23:51 +0200)
committerOrestis Floros <orestisf1993@gmail.com>
Fri, 22 Mar 2019 01:10:00 +0000 (03:10 +0200)
commit351d891f4cfdc97189898025ce4eed3eec31afab
tree10ffe12796ec81403da60c9179651b33cff5696e
parentd0ab51db85f0176d51bafe4d03f9c7c1621cf53c
get_output_for_con: Assert result != NULL

- The result from con_get_output was always not NULL because
con_get_output asserts so
- get_output_by_name should always be able to get an output from the
corresponding container
- workspace_move_to_output doesn't return bool anymore since it can't
fail
include/workspace.h
src/commands.c
src/con.c
src/output.c
src/workspace.c