1
0
Fork 0

output/xrandr: Fix include guards

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1287
This commit is contained in:
Jonas Ådahl 2020-02-26 11:05:58 +01:00 committed by Georges Basile Stavracas Neto
parent 092c5304a9
commit 6697b0d069

View file

@ -19,8 +19,8 @@
* 02111-1307, USA.
*/
#ifndef META_OUTPUT_XRANDR
#define META_OUTPUT_XRANDR
#ifndef META_OUTPUT_XRANDR_H
#define META_OUTPUT_XRANDR_H
#include <X11/extensions/Xrandr.h>
@ -40,4 +40,4 @@ MetaOutput * meta_create_xrandr_output (MetaGpuXrandr *gpu_xrandr,
RROutput output_id,
RROutput primary_output);
#endif /* META_OUTPUT_XRANDR */
#endif /* META_OUTPUT_XRANDR_H */