Renamed Wayland files to match prefix.

This commit is contained in:
Camilla Berglund
2014-04-08 17:20:42 +02:00
parent 48619a385e
commit 1127c0e6e5
8 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ typedef struct _GLFWcursor _GLFWcursor;
#elif defined(_GLFW_X11)
#include "x11_platform.h"
#elif defined(_GLFW_WAYLAND)
#include "wayland_platform.h"
#include "wl_platform.h"
#else
#error "No supported window creation API selected"
#endif