merge in latest commits

This commit is contained in:
Zandr Martin 2016-09-02 14:11:48 -05:00
parent 79ffea328c
commit 65ace5dec5
No known key found for this signature in database
GPG key ID: AA2BB8EF77F7BBDC
74 changed files with 144 additions and 144 deletions

View file

@ -1,6 +1,6 @@
#include <string.h>
#include "commands.h"
#include "input.h"
#include "sway/commands.h"
#include "sway/input.h"
struct cmd_results *input_cmd_accel_profile(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,6 +1,6 @@
#include <string.h>
#include "commands.h"
#include "input.h"
#include "sway/commands.h"
#include "sway/input.h"
#include "log.h"
struct cmd_results *input_cmd_click_method(int argc, char **argv) {

View file

@ -1,6 +1,6 @@
#include <string.h>
#include "commands.h"
#include "input.h"
#include "sway/commands.h"
#include "sway/input.h"
struct cmd_results *input_cmd_drag_lock(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,6 +1,6 @@
#include <string.h>
#include "commands.h"
#include "input.h"
#include "sway/commands.h"
#include "sway/input.h"
struct cmd_results *input_cmd_dwt(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,6 +1,6 @@
#include <string.h>
#include "commands.h"
#include "input.h"
#include "sway/commands.h"
#include "sway/input.h"
#include "log.h"
struct cmd_results *input_cmd_events(int argc, char **argv) {

View file

@ -1,6 +1,6 @@
#include <string.h>
#include "commands.h"
#include "input.h"
#include "sway/commands.h"
#include "sway/input.h"
struct cmd_results *input_cmd_middle_emulation(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,6 +1,6 @@
#include <string.h>
#include "commands.h"
#include "input.h"
#include "sway/commands.h"
#include "sway/input.h"
struct cmd_results *input_cmd_natural_scroll(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,7 +1,7 @@
#include <stdlib.h>
#include <string.h>
#include "commands.h"
#include "input.h"
#include "sway/commands.h"
#include "sway/input.h"
struct cmd_results *input_cmd_pointer_accel(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,6 +1,6 @@
#include <string.h>
#include "commands.h"
#include "input.h"
#include "sway/commands.h"
#include "sway/input.h"
struct cmd_results *input_cmd_scroll_method(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,6 +1,6 @@
#include <string.h>
#include "commands.h"
#include "input.h"
#include "sway/commands.h"
#include "sway/input.h"
#include "log.h"
struct cmd_results *input_cmd_tap(int argc, char **argv) {