wayland: Be consistent about #include-guard names

We had a mix of inconsistent names, some of which were non-conformant.
Standardize on all-uppercase-and-underscore naming convention.

https://bugs.freedesktop.org/show_bug.cgi?id=70679
This commit is contained in:
Kristian Høgsberg 2013-10-21 14:39:06 -07:00
parent 84247b7513
commit deddea6549
4 changed files with 8 additions and 8 deletions

View file

@ -20,8 +20,8 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef _XCURSOR_H_
#define _XCURSOR_H_
#ifndef XCURSOR_H
#define XCURSOR_H
typedef int XcursorBool;
typedef unsigned int XcursorUInt;