mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Use more consistent include guard names
This commit is contained in:
parent
06ae9e7c9f
commit
427bdb5b55
48 changed files with 128 additions and 96 deletions
|
|
@ -27,8 +27,10 @@
|
|||
* This is adapted from wayland-cursor, but with the wl_shm client stuff removed
|
||||
* so we can use it on the compositor, too.
|
||||
*/
|
||||
#ifndef _WLR_XCURSOR_H
|
||||
#define _WLR_XCURSOR_H
|
||||
|
||||
#ifndef WLR_XCURSOR_H
|
||||
#define WLR_XCURSOR_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct wlr_xcursor_image {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue