mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-14 13:22:23 +08:00
~ fixed build issue with the tests on glfw3 native functions
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
parent
2432ec9a36
commit
0dc5228cf0
3
main.cpp
3
main.cpp
@ -5,8 +5,11 @@
|
||||
#include <SDL.h>
|
||||
#include <FreeImage.h>
|
||||
|
||||
#define GLFW_EXPOSE_NATIVE_X11
|
||||
|
||||
#include <GL/glew.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
// #include <GLFW/glfw3native.h>
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/gtc/matrix_transform.hpp>
|
||||
|
@ -71,7 +71,7 @@ namespace WallpaperEngine::Assets
|
||||
/**
|
||||
* Configures how the texture will be handled by the background
|
||||
*/
|
||||
enum TextureFlags: uint32_t
|
||||
enum TextureFlags : uint32_t
|
||||
{
|
||||
None = 0,
|
||||
NoInterpolation = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user