mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
treewide: Sort includes
This commit is contained in:
parent
905dd141f4
commit
68dc3bb3a1
186 changed files with 454 additions and 458 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue