Mesa (master): st/xlib: Use more appropriate include guard

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 18 10:04:15 UTC 2018


Module: Mesa
Branch: master
Commit: 0ef50ecc69056273cb31ad4962b0dc952f7f7fed
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ef50ecc69056273cb31ad4962b0dc952f7f7fed

Author: Michał Janiszewski <janisozaur+signed at gmail.com>
Date:   Tue Oct 16 23:44:22 2018 +0200

st/xlib: Use more appropriate include guard

Signed-off-by: Michał Janiszewski <janisozaur+signed at gmail.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com

---

 src/gallium/state_trackers/glx/xlib/xm_api.h | 4 ++--
 1 file 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 d2b57d6b9d..9684b5a17e 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 */




More information about the mesa-commit mailing list