From 66d13b6e80de059f6cebd5ffe6ae861c067e0345 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 24 Jun 2018 20:55:05 +0200 Subject: [PATCH] - renamed another file. --- src/CMakeLists.txt | 2 +- src/win32/{win32gliface.cpp => gl_sysfb.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/win32/{win32gliface.cpp => gl_sysfb.cpp} (100%) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d7c3bd1050..78316fbfe4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -495,7 +495,7 @@ set( PLAT_WIN32_SOURCES win32/i_system.cpp win32/i_specialpaths.cpp win32/st_start.cpp - win32/win32gliface.cpp + win32/gl_sysfb.cpp win32/win32basevideo.cpp win32/win32glvideo.cpp ) set( PLAT_POSIX_SOURCES diff --git a/src/win32/win32gliface.cpp b/src/win32/gl_sysfb.cpp similarity index 100% rename from src/win32/win32gliface.cpp rename to src/win32/gl_sysfb.cpp