Merge branch 'master' of git://github.com/SirCmpwn/sway into commands-refactor

This commit is contained in:
Zandr Martin 2016-09-02 13:46:19 -05:00
commit 79ffea328c
No known key found for this signature in database
GPG key ID: AA2BB8EF77F7BBDC
52 changed files with 163 additions and 174 deletions

View file

@ -16,24 +16,24 @@
#include <limits.h>
#include <float.h>
#include <libinput.h>
#include "sway/layout.h"
#include "sway/focus.h"
#include "sway/workspace.h"
#include "sway/commands.h"
#include "sway/container.h"
#include "sway/output.h"
#include "sway/handlers.h"
#include "sway/resize.h"
#include "sway/input_state.h"
#include "sway/criteria.h"
#include "sway/ipc-server.h"
#include "sway/input.h"
#include "sway/border.h"
#include "stringop.h"
#include "layout.h"
#include "focus.h"
#include "log.h"
#include "util.h"
#include "workspace.h"
#include "commands.h"
#include "container.h"
#include "output.h"
#include "handlers.h"
#include "sway.h"
#include "resize.h"
#include "input_state.h"
#include "criteria.h"
#include "ipc-server.h"
#include "util.h"
#include "list.h"
#include "input.h"
#include "border.h"
#include "log.h"
struct cmd_handler {
char *command;