|
|
@ -7,25 +7,24 @@
|
|
|
|
#include <wlc/wlc-render.h>
|
|
|
|
#include <wlc/wlc-render.h>
|
|
|
|
#include <wlc/wlc-wayland.h>
|
|
|
|
#include <wlc/wlc-wayland.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
|
|
|
|
#include "sway/handlers.h"
|
|
|
|
#include "handlers.h"
|
|
|
|
#include "sway/border.h"
|
|
|
|
#include "border.h"
|
|
|
|
#include "sway/layout.h"
|
|
|
|
#include "log.h"
|
|
|
|
#include "sway/config.h"
|
|
|
|
#include "layout.h"
|
|
|
|
#include "sway/commands.h"
|
|
|
|
#include "config.h"
|
|
|
|
#include "sway/workspace.h"
|
|
|
|
#include "commands.h"
|
|
|
|
#include "sway/container.h"
|
|
|
|
#include "stringop.h"
|
|
|
|
#include "sway/output.h"
|
|
|
|
#include "workspace.h"
|
|
|
|
#include "sway/focus.h"
|
|
|
|
#include "container.h"
|
|
|
|
#include "sway/input_state.h"
|
|
|
|
#include "output.h"
|
|
|
|
#include "sway/resize.h"
|
|
|
|
#include "focus.h"
|
|
|
|
#include "sway/extensions.h"
|
|
|
|
#include "input_state.h"
|
|
|
|
#include "sway/criteria.h"
|
|
|
|
#include "resize.h"
|
|
|
|
#include "sway/ipc-server.h"
|
|
|
|
#include "extensions.h"
|
|
|
|
#include "sway/input.h"
|
|
|
|
#include "criteria.h"
|
|
|
|
|
|
|
|
#include "ipc-server.h"
|
|
|
|
|
|
|
|
#include "list.h"
|
|
|
|
#include "list.h"
|
|
|
|
#include "input.h"
|
|
|
|
#include "stringop.h"
|
|
|
|
|
|
|
|
#include "log.h"
|
|
|
|
|
|
|
|
|
|
|
|
// Event should be sent to client
|
|
|
|
// Event should be sent to client
|
|
|
|
#define EVENT_PASSTHROUGH false
|
|
|
|
#define EVENT_PASSTHROUGH false
|
|
|
|