diff options
author | Michał Janiszewski <[email protected]> | 2018-10-16 23:44:22 +0200 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-10-18 11:03:04 +0100 |
commit | 0ef50ecc69056273cb31ad4962b0dc952f7f7fed (patch) | |
tree | b22529c78a3ef83d3aaa8c98d2746d5864957433 | |
parent | bcc613acc14d5962d89db19f48d6d53374f1a29b (diff) |
st/xlib: Use more appropriate include guard
Signed-off-by: Michał Janiszewski <[email protected]>
Reviewed-by: Emil Velikov <[email protected]
-rw-r--r-- | src/gallium/state_trackers/glx/xlib/xm_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/glx/xlib/xm_api.h b/src/gallium/state_trackers/glx/xlib/xm_api.h index d2b57d6b9dd..9684b5a17e1 100644 --- a/src/gallium/state_trackers/glx/xlib/xm_api.h +++ b/src/gallium/state_trackers/glx/xlib/xm_api.h @@ -53,8 +53,8 @@ and create a window, you must do the following to use the X/Mesa interface: -#ifndef XMESA_H -#define XMESA_H +#ifndef XM_API_H +#define XM_API_H #include "main/mtypes.h" /* for gl_config */ |