X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=init.h;h=53a4018100362f6f38f54e0173bdf502f5debf5a;hp=7cee8587758331566d1b5b7e57db20e6f25aa2ab;hb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b;hpb=d98081df26d115a46404baaa83e9a927ebe37b87 diff --git a/init.h b/init.h index 7cee858..53a4018 100644 --- a/init.h +++ b/init.h @@ -1,5 +1,5 @@ -#ifndef _INIT_H -#define _INIT_H +#ifndef _MOVIT_INIT_H +#define _MOVIT_INIT_H #include @@ -47,4 +47,4 @@ extern float movit_texel_subpixel_precision; // Whether the GPU in use supports GL_EXT_texture_sRGB. extern bool movit_srgb_textures_supported; -#endif // !defined(_INIT_H) +#endif // !defined(_MOVIT_INIT_H)