Module: Mesa Branch: master Commit: 0ef50ecc69056273cb31ad4962b0dc952f7f7fed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ef50ecc69056273cb31ad4962b0dc952f7f7fed
Author: Michał Janiszewski <[email protected]> Date: Tue Oct 16 23:44:22 2018 +0200 st/xlib: Use more appropriate include guard Signed-off-by: Michał Janiszewski <[email protected]> Reviewed-by: Emil Velikov <[email protected] --- 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 */ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
