mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
Merge 68dc3bb3a1 into a6ef12d968
This commit is contained in:
commit
6a7c53ea18
188 changed files with 455 additions and 459 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue