ipc: implement output event

This commit is contained in:
Michael Stapelberg
2010-03-19 22:40:43 +01:00
parent 4ce0d6f014
commit aec40126b4
3 changed files with 20 additions and 0 deletions

View File

@ -447,6 +447,8 @@ int handle_screen_change(void *prophs, xcb_connection_t *conn,
randr_query_outputs(conn);
ipc_send_event("output", I3_IPC_EVENT_OUTPUT, "{\"change\":\"unspecified\"}");
return 1;
}