delete references to swaygrab

This commit is contained in:
Eric Engestrom 2018-07-30 16:24:46 +01:00
parent 4985667826
commit 52a27f1529
15 changed files with 2 additions and 60 deletions

View file

@ -1,10 +0,0 @@
#include <json-c/json.h>
#include "wlc/wlc.h"
void init_json_tree(int socketfd);
void free_json_tree();
char *get_focused_output();
char *create_payload(const char *output, struct wlc_geometry *g);
struct wlc_geometry *get_container_geometry(json_object *container);
json_object *get_focused_container();
json_object *get_output_container(const char *output);