treewide: Sort includes

This commit is contained in:
Alexander Orzechowski 2023-11-23 12:32:08 -05:00
parent 905dd141f4
commit 68dc3bb3a1
186 changed files with 454 additions and 458 deletions

View file

@ -1,9 +1,9 @@
#ifndef _SWAY_CAIRO_UTIL_H
#define _SWAY_CAIRO_UTIL_H
#include "config.h"
#include <stdint.h>
#include <cairo.h>
#include <stdint.h>
#include <wayland-client-protocol.h>
#include "config.h"
void cairo_set_source_u32(cairo_t *cairo, uint32_t color);
cairo_subpixel_order_t to_cairo_subpixel_order(enum wl_output_subpixel subpixel);

View file

@ -7,7 +7,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <sys/time.h>
#include "ipc.h"
/**

View file

@ -1,10 +1,10 @@
#ifndef _SWAY_LOG_H
#define _SWAY_LOG_H
#include <stdbool.h>
#include <stdarg.h>
#include <string.h>
#include <errno.h>
#include <stdarg.h>
#include <stdbool.h>
#include <string.h>
typedef enum {
SWAY_SILENT = 0,

View file

@ -1,9 +1,9 @@
#ifndef _SWAY_PANGO_H
#define _SWAY_PANGO_H
#include <cairo.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <cairo.h>
#include <pango/pangocairo.h>
#include "stringop.h"

View file

@ -1,10 +1,10 @@
#ifndef _SWAY_BUFFERS_H
#define _SWAY_BUFFERS_H
#include <cairo.h>
#include <pango/pangocairo.h>
#include <stdbool.h>
#include <stdint.h>
#include <wayland-client.h>
#include <pango/pangocairo.h>
struct pool_buffer {
struct wl_buffer *buffer;

View file

@ -4,21 +4,21 @@
#include <stdint.h>
#include <string.h>
#include <time.h>
#include <xf86drmMode.h>
#include <pango/pangocairo.h>
#include <wlr/interfaces/wlr_switch.h>
#include <wlr/types/wlr_tablet_tool.h>
#include <wlr/util/box.h>
#include <xkbcommon/xkbcommon.h>
#include <xf86drmMode.h>
#include "../include/config.h"
#include "gesture.h"
#include "list.h"
#include "stringop.h"
#include "swaynag.h"
#include "tree/container.h"
#include "../include/config.h"
#include "sway/input/tablet.h"
#include "sway/tree/root.h"
#include "tree/container.h"
#include "wlr-layer-shell-unstable-v1-protocol.h"
#include <pango/pangocairo.h>
// TODO: Refactor this shit

View file

@ -2,11 +2,11 @@
#define _SWAY_INPUT_CURSOR_H
#include <stdbool.h>
#include <stdint.h>
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_pointer_constraints_v1.h>
#include <wlr/types/wlr_pointer_gestures_v1.h>
#include <wlr/types/wlr_compositor.h>
#include "sway/input/seat.h"
#include "config.h"
#include "sway/input/seat.h"
#define SWAY_CURSOR_PRESSED_BUTTONS_CAP 32

View file

@ -4,9 +4,9 @@
#include <wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h>
#include <wlr/types/wlr_virtual_keyboard_v1.h>
#include <wlr/types/wlr_virtual_pointer_v1.h>
#include "sway/server.h"
#include "sway/config.h"
#include "list.h"
#include "sway/config.h"
#include "sway/server.h"
struct sway_input_device {
char *identifier;

View file

@ -1,9 +1,9 @@
#ifndef _SWAY_INPUT_TEXT_INPUT_H
#define _SWAY_INPUT_TEXT_INPUT_H
#include <wlr/types/wlr_text_input_v3.h>
#include <wlr/types/wlr_input_method_v2.h>
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_input_method_v2.h>
#include <wlr/types/wlr_text_input_v3.h>
/**
* The relay structure manages the relationship between text-input and

View file

@ -2,8 +2,8 @@
#define _SWAY_IPC_JSON_H
#include <json.h>
#include "sway/output.h"
#include "sway/tree/container.h"
#include "sway/input/input-manager.h"
#include "sway/tree/container.h"
json_object *ipc_json_get_version(void);

View file

@ -1,10 +1,10 @@
#ifndef _SWAY_IPC_SERVER_H
#define _SWAY_IPC_SERVER_H
#include <sys/socket.h>
#include "ipc.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
#include "sway/tree/container.h"
#include "ipc.h"
struct sway_server;

View file

@ -7,16 +7,16 @@
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_data_device.h>
#include <wlr/types/wlr_input_method_v2.h>
#include <wlr/types/wlr_foreign_toplevel_management_v1.h>
#include <wlr/types/wlr_drm_lease_v1.h>
#include <wlr/types/wlr_foreign_toplevel_management_v1.h>
#include <wlr/types/wlr_input_method_v2.h>
#include <wlr/types/wlr_layer_shell_v1.h>
#include <wlr/types/wlr_output_management_v1.h>
#include <wlr/types/wlr_output_power_management_v1.h>
#include <wlr/types/wlr_presentation_time.h>
#include <wlr/types/wlr_relative_pointer_v1.h>
#include <wlr/types/wlr_session_lock_v1.h>
#include <wlr/types/wlr_server_decoration.h>
#include <wlr/types/wlr_session_lock_v1.h>
#include <wlr/types/wlr_text_input_v3.h>
#include <wlr/types/wlr_xdg_shell.h>
#include "config.h"

View file

@ -1,7 +1,7 @@
#ifndef _SWAY_NODE_H
#define _SWAY_NODE_H
#include <wayland-server-core.h>
#include <stdbool.h>
#include <wayland-server-core.h>
#include "list.h"
#define MIN_SANE_W 100

View file

@ -2,12 +2,12 @@
#define _SWAY_ROOT_H
#include <wayland-server-core.h>
#include <wayland-util.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/render/wlr_texture.h>
#include "sway/tree/container.h"
#include "sway/tree/node.h"
#include <wlr/types/wlr_output_layout.h>
#include "config.h"
#include "list.h"
#include "sway/tree/container.h"
#include "sway/tree/node.h"
extern struct sway_root *root;

View file

@ -3,10 +3,10 @@
#include <stdbool.h>
#include <stdint.h>
#include <wayland-client.h>
#include "../include/config.h"
#include <pango/pangocairo.h>
#include "list.h"
#include "util.h"
#include <pango/pangocairo.h>
#include "../include/config.h"
struct box_colors {
uint32_t border;

View file

@ -1,8 +1,8 @@
#ifndef _SWAYBAR_INPUT_H
#define _SWAYBAR_INPUT_H
#include <wayland-client.h>
#include <stdbool.h>
#include <wayland-client.h>
#include "list.h"
#define SWAY_SCROLL_UP KEY_MAX + 1

View file

@ -1,9 +1,9 @@
#ifndef _SWAYBAR_STATUS_LINE_H
#define _SWAYBAR_STATUS_LINE_H
#include <json.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>
#include "bar.h"
enum status_protocol {

View file

@ -5,8 +5,8 @@
#include <stdbool.h>
#include <stdint.h>
#include <wayland-util.h>
#include "swaybar/tray/tray.h"
#include "list.h"
#include "swaybar/tray/tray.h"
struct swaybar_output;

View file

@ -1,8 +1,8 @@
#ifndef _SWAYBAR_TRAY_WATCHER_H
#define _SWAYBAR_TRAY_WATCHER_H
#include "swaybar/tray/tray.h"
#include "list.h"
#include "swaybar/tray/tray.h"
struct swaybar_watcher {
char *interface;

View file

@ -1,7 +1,7 @@
#ifndef _SWAYNAG_CONFIG_H
#define _SWAYNAG_CONFIG_H
#include "swaynag/swaynag.h"
#include "list.h"
#include "swaynag/swaynag.h"
int swaynag_parse_options(int argc, char **argv, struct swaynag *swaynag,
list_t *types, struct swaynag_type *type, char **config, bool *debug);

View file

@ -4,9 +4,8 @@
#include <strings.h>
#include "list.h"
#include "pool-buffer.h"
#include "cursor-shape-v1-client-protocol.h"
#include "swaynag/types.h"
#include "cursor-shape-v1-client-protocol.h"
#define SWAYNAG_MAX_HEIGHT 500

View file

@ -1,8 +1,8 @@
#ifndef _SWAY_UTIL_H
#define _SWAY_UTIL_H
#include <stdint.h>
#include <stdbool.h>
#include <stdint.h>
#include <wayland-server-protocol.h>
enum movement_unit {

View file

@ -1,19 +1,19 @@
#define _POSIX_C_SOURCE 200809
#include <ctype.h>
#include <json.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stdio.h>
#include <json.h>
#include "log.h"
#include "stringop.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/criteria.h"
#include "sway/input/input-manager.h"
#include "sway/input/seat.h"
#include "sway/tree/view.h"
#include "stringop.h"
#include "log.h"
// Returns error object, or NULL if check succeeds.
struct cmd_results *checkarg(int argc, const char *name, enum expected_args type, int val) {

View file

@ -1,11 +1,11 @@
#define _POSIX_C_SOURCE 200809L
#include <stdio.h>
#include <string.h>
#include "sway/commands.h"
#include "sway/criteria.h"
#include "list.h"
#include "log.h"
#include "stringop.h"
#include "sway/commands.h"
#include "sway/criteria.h"
struct cmd_results *cmd_assign(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -2,10 +2,10 @@
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/ipc-server.h"
#include "log.h"
// Must be in alphabetical order for bsearch
static const struct cmd_handler bar_handlers[] = {

View file

@ -1,13 +1,13 @@
#include <libevdev/libevdev.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/cursor.h"
#include <libevdev/libevdev.h>
#include "list.h"
#include "log.h"
#include "stringop.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/cursor.h"
static struct cmd_results *binding_add(struct bar_binding *binding,
list_t *mode_bindings) {

View file

@ -1,8 +1,8 @@
#include <string.h>
#include <strings.h>
#include "sway/commands.h"
#include "log.h"
#include "util.h"
#include "sway/commands.h"
struct cmd_results *bar_cmd_binding_mode_indicator(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,7 +1,7 @@
#include <string.h>
#include "sway/commands.h"
#include "log.h"
#include "util.h"
#include "sway/commands.h"
// Must be in alphabetical order for bsearch
static const struct cmd_handler bar_colors_handlers[] = {

View file

@ -1,8 +1,8 @@
#define _POSIX_C_SOURCE 200809L
#include <string.h>
#include "sway/commands.h"
#include "log.h"
#include "stringop.h"
#include "sway/commands.h"
struct cmd_results *bar_cmd_font(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,9 +1,9 @@
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "log.h"
#include "sway/commands.h"
#include "sway/ipc-server.h"
#include "log.h"
struct cmd_results *bar_cmd_gaps(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

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

View file

@ -1,10 +1,10 @@
#define _POSIX_C_SOURCE 200809L
#include <string.h>
#include <strings.h>
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/ipc-server.h"
#include "log.h"
static struct cmd_results *bar_set_hidden_state(struct bar_config *bar,
const char *hidden_state) {

View file

@ -1,9 +1,9 @@
#define _POSIX_C_SOURCE 200809L
#include <string.h>
#include "config.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "log.h"
struct cmd_results *bar_cmd_icon_theme(int argc, char **argv) {
#if HAVE_TRAY

View file

@ -1,7 +1,7 @@
#define _POSIX_C_SOURCE 200809L
#include <string.h>
#include "sway/commands.h"
#include "log.h"
#include "sway/commands.h"
struct cmd_results *bar_cmd_id(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,10 +1,10 @@
#define _POSIX_C_SOURCE 200809L
#include <string.h>
#include <strings.h>
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/ipc-server.h"
#include "log.h"
static struct cmd_results *bar_set_mode(struct bar_config *bar, const char *mode) {
char *old_mode = bar->mode;

View file

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

View file

@ -1,9 +1,9 @@
#define _POSIX_C_SOURCE 200809L
#include <stdbool.h>
#include <string.h>
#include "sway/commands.h"
#include "list.h"
#include "log.h"
#include "sway/commands.h"
struct cmd_results *bar_cmd_output(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,8 +1,8 @@
#include <string.h>
#include <strings.h>
#include "sway/commands.h"
#include "log.h"
#include "util.h"
#include "sway/commands.h"
struct cmd_results *bar_cmd_pango_markup(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,8 +1,8 @@
#define _POSIX_C_SOURCE 200809L
#include <string.h>
#include <strings.h>
#include "sway/commands.h"
#include "log.h"
#include "sway/commands.h"
struct cmd_results *bar_cmd_position(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,7 +1,7 @@
#define _POSIX_C_SOURCE 200809L
#include <string.h>
#include "sway/commands.h"
#include "log.h"
#include "sway/commands.h"
struct cmd_results *bar_cmd_separator_symbol(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

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

View file

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

View file

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

View file

@ -1,8 +1,8 @@
#include <string.h>
#include <strings.h>
#include "sway/commands.h"
#include "log.h"
#include "util.h"
#include "sway/commands.h"
struct cmd_results *bar_cmd_strip_workspace_name(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,8 +1,8 @@
#include <string.h>
#include <strings.h>
#include "sway/commands.h"
#include "log.h"
#include "util.h"
#include "sway/commands.h"
struct cmd_results *bar_cmd_strip_workspace_numbers(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

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

View file

@ -1,9 +1,9 @@
#include <strings.h>
#include "config.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/cursor.h"
#include "log.h"
static struct cmd_results *tray_bind(int argc, char **argv, bool code) {
#if HAVE_TRAY

View file

@ -1,10 +1,10 @@
#define _POSIX_C_SOURCE 200809L
#include <string.h>
#include "config.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "list.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
struct cmd_results *bar_cmd_tray_output(int argc, char **argv) {
#if HAVE_TRAY

View file

@ -1,9 +1,9 @@
#include <stdlib.h>
#include <strings.h>
#include "config.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "log.h"
struct cmd_results *bar_cmd_tray_padding(int argc, char **argv) {
#if HAVE_TRAY

View file

@ -1,8 +1,8 @@
#include <string.h>
#include <strings.h>
#include "sway/commands.h"
#include "log.h"
#include "util.h"
#include "sway/commands.h"
struct cmd_results *bar_cmd_workspace_buttons(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,9 +1,9 @@
#include <stdlib.h>
#include <strings.h>
#include "config.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "log.h"
struct cmd_results *bar_cmd_workspace_min_width(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,8 +1,8 @@
#include <string.h>
#include <strings.h>
#include "sway/commands.h"
#include "log.h"
#include "util.h"
#include "sway/commands.h"
struct cmd_results *bar_cmd_wrap_scroll(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,21 +1,21 @@
#define _POSIX_C_SOURCE 200809L
#include <libevdev/libevdev.h>
#include <linux/input-event-codes.h>
#include <string.h>
#include <strings.h>
#include <xkbcommon/xkbcommon.h>
#include <xkbcommon/xkbcommon-names.h>
#include <libevdev/libevdev.h>
#include <linux/input-event-codes.h>
#include <wlr/types/wlr_cursor.h>
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/desktop/transaction.h"
#include "sway/input/cursor.h"
#include "sway/input/keyboard.h"
#include "sway/ipc-server.h"
#include <xkbcommon/xkbcommon-names.h>
#include <xkbcommon/xkbcommon.h>
#include "list.h"
#include "log.h"
#include "stringop.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/ipc-server.h"
#include "sway/desktop/transaction.h"
#include "sway/input/cursor.h"
#include "sway/input/keyboard.h"
int binding_order = 0;

View file

@ -1,9 +1,9 @@
#include "log.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/output.h"
#include "sway/tree/container.h"
#include "util.h"
static void rebuild_textures_iterator(struct sway_container *con, void *data) {
container_update_marks_textures(con);

View file

@ -1,8 +1,8 @@
#include <string.h>
#include "sway/commands.h"
#include "sway/config.h"
#include "log.h"
#include "stringop.h"
#include "sway/commands.h"
#include "sway/config.h"
struct cmd_results *cmd_exec(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,10 +1,12 @@
#define _POSIX_C_SOURCE 200809L
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <sys/wait.h>
#include <unistd.h>
#include <signal.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/wait.h>
#include "log.h"
#include "stringop.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/server.h"
@ -12,8 +14,6 @@
#include "sway/tree/container.h"
#include "sway/tree/root.h"
#include "sway/tree/workspace.h"
#include "log.h"
#include "stringop.h"
struct cmd_results *cmd_exec_validate(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,15 +1,15 @@
#include <string.h>
#include <strings.h>
#include "list.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/input/seat.h"
#include "sway/ipc-server.h"
#include "sway/output.h"
#include "sway/input/seat.h"
#include "sway/tree/arrange.h"
#include "sway/tree/container.h"
#include "sway/tree/view.h"
#include "sway/tree/workspace.h"
#include "list.h"
#include "util.h"
struct cmd_results *cmd_floating(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -4,8 +4,8 @@
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "sway/commands.h"
#include "log.h"
#include "sway/commands.h"
static const char min_usage[] =
"Expected 'floating_minimum_size <width> x <height>'";

View file

@ -2,17 +2,17 @@
#include <strings.h>
#include <wlr/types/wlr_output_layout.h>
#include "log.h"
#include "stringop.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "sway/input/cursor.h"
#include "sway/input/seat.h"
#include "sway/output.h"
#include "sway/input/cursor.h"
#include "sway/input/input-manager.h"
#include "sway/input/seat.h"
#include "sway/tree/arrange.h"
#include "sway/tree/root.h"
#include "sway/tree/view.h"
#include "sway/tree/workspace.h"
#include "stringop.h"
#include "util.h"
static bool get_direction_from_next_prev(struct sway_container *container,
struct sway_seat *seat, const char *name, enum wlr_direction *out) {

View file

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

View file

@ -1,7 +1,7 @@
#include <strings.h>
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "util.h"
struct cmd_results *cmd_focus_wrapping(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,10 +1,10 @@
#define _POSIX_C_SOURCE 200809L
#include <string.h>
#include "sway/commands.h"
#include "sway/config.h"
#include <pango/pangocairo.h>
#include "log.h"
#include "stringop.h"
#include <pango/pangocairo.h>
#include "sway/commands.h"
#include "sway/config.h"
struct cmd_results *cmd_font(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,9 +1,9 @@
#include <string.h>
#include "sway/commands.h"
#include "sway/criteria.h"
#include "list.h"
#include "log.h"
#include "stringop.h"
#include "sway/commands.h"
#include "sway/criteria.h"
struct cmd_results *cmd_for_window(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

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

View file

@ -1,7 +1,7 @@
#include "sway/commands.h"
#include "sway/config.h"
#include "log.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
struct cmd_results *cmd_force_focus_wrapping(int argc, char **argv) {
sway_log(SWAY_INFO, "Warning: force_focus_wrapping is deprecated. "

View file

@ -1,12 +1,12 @@
#include <strings.h>
#include "log.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/tree/arrange.h"
#include "sway/tree/container.h"
#include "sway/tree/view.h"
#include "sway/tree/workspace.h"
#include "util.h"
// fullscreen [enable|disable|toggle] [global]
struct cmd_results *cmd_fullscreen(int argc, char **argv) {

View file

@ -1,12 +1,12 @@
#include <math.h>
#include <string.h>
#include <strings.h>
#include "log.h"
#include "stringop.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/tree/arrange.h"
#include "sway/tree/workspace.h"
#include "log.h"
#include "stringop.h"
#include <math.h>
enum gaps_op {
GAPS_OP_SET,

View file

@ -1,10 +1,9 @@
#define _POSIX_C_SOURCE 200809L
#include "sway/config.h"
#include "gesture.h"
#include "log.h"
#include "stringop.h"
#include "sway/commands.h"
#include "sway/config.h"
void free_gesture_binding(struct sway_gesture_binding *binding) {
if (!binding) {

View file

@ -1,10 +1,10 @@
#include <string.h>
#include <strings.h>
#include "log.h"
#include "stringop.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "sway/input/keyboard.h"
#include "log.h"
#include "stringop.h"
// must be in order for the bsearch
static const struct cmd_handler input_handlers[] = {

View file

@ -1,7 +1,7 @@
#include <string.h>
#include <strings.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_accel_profile(int argc, char **argv) {

View file

@ -1,12 +1,12 @@
#define _POSIX_C_SOURCE 200809L
#include <string.h>
#include <strings.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "log.h"
#include "stringop.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_calibration_matrix(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,9 +1,9 @@
#include <string.h>
#include <strings.h>
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
#include "log.h"
struct cmd_results *input_cmd_click_method(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,9 +1,9 @@
#include <string.h>
#include <strings.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_drag(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

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

View file

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

View file

@ -1,9 +1,9 @@
#include <string.h>
#include <strings.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_dwtp(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -2,10 +2,10 @@
#include <string.h>
#include <strings.h>
#include <wlr/config.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
#if WLR_HAS_LIBINPUT_BACKEND
#include <wlr/backend/libinput.h>

View file

@ -1,9 +1,9 @@
#include <string.h>
#include <strings.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_left_handed(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,10 +1,10 @@
#define _POSIX_C_SOURCE 200809L
#include <string.h>
#include <strings.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_map_to_output(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

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

View file

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

View file

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

View file

@ -1,7 +1,7 @@
#include <stdlib.h>
#include <string.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_repeat_delay(int argc, char **argv) {

View file

@ -1,7 +1,7 @@
#include <stdlib.h>
#include <string.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_repeat_rate(int argc, char **argv) {

View file

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

View file

@ -1,6 +1,6 @@
#include <libevdev/libevdev.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/cursor.h"
struct cmd_results *input_cmd_scroll_button(int argc, char **argv) {

View file

@ -1,10 +1,10 @@
#include <libinput.h>
#include <string.h>
#include <strings.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_scroll_button_lock(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -2,10 +2,10 @@
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_scroll_factor(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,7 +1,7 @@
#include <string.h>
#include <strings.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_scroll_method(int argc, char **argv) {

View file

@ -1,10 +1,10 @@
#include <string.h>
#include <strings.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "log.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_tap(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,7 +1,7 @@
#include <string.h>
#include <strings.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_tap_button_map(int argc, char **argv) {

View file

@ -1,9 +1,9 @@
#include <string.h>
#include <strings.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct cmd_results *input_cmd_xkb_capslock(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,10 +1,10 @@
#define _POSIX_C_SOURCE 200809L
#include <unistd.h>
#include <errno.h>
#include "sway/config.h"
#include "sway/commands.h"
#include <unistd.h>
#include "log.h"
#include "stringop.h"
#include "sway/commands.h"
#include "sway/config.h"
struct cmd_results *input_cmd_xkb_file(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,7 +1,7 @@
#define _POSIX_C_SOURCE 200809L
#include "sway/config.h"
#include "sway/commands.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
struct cmd_results *input_cmd_xkb_layout(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,7 +1,7 @@
#define _POSIX_C_SOURCE 200809L
#include "sway/config.h"
#include "sway/commands.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
struct cmd_results *input_cmd_xkb_model(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,7 +1,7 @@
#define _POSIX_C_SOURCE 200809L
#include "sway/config.h"
#include "sway/commands.h"
#include "util.h"
#include "sway/commands.h"
#include "sway/config.h"
struct cmd_results *input_cmd_xkb_numlock(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,7 +1,7 @@
#define _POSIX_C_SOURCE 200809L
#include "sway/config.h"
#include "sway/commands.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
struct cmd_results *input_cmd_xkb_options(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,7 +1,7 @@
#define _POSIX_C_SOURCE 200809L
#include "sway/config.h"
#include "sway/commands.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
struct cmd_results *input_cmd_xkb_rules(int argc, char **argv) {
struct cmd_results *error = NULL;

View file

@ -1,10 +1,10 @@
#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <wlr/interfaces/wlr_keyboard.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/input/input-manager.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
struct xkb_switch_layout_action {
struct wlr_keyboard *keyboard;

View file

@ -1,7 +1,7 @@
#define _POSIX_C_SOURCE 200809L
#include "sway/config.h"
#include "sway/commands.h"
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
struct cmd_results *input_cmd_xkb_variant(int argc, char **argv) {
struct cmd_results *error = NULL;

Some files were not shown because too many files have changed in this diff Show more