diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-30 20:07:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-30 20:07:34 +0300 |
commit | 96f7714510cba0a84cd749869f236188473c4553 (patch) | |
tree | 0628c475b097449f1df62f50bb427d0dee5f7e4e /src | |
parent | bbed1413d3ea2ef67f7fd7db146c372a7181ad43 (diff) | |
download | plus-96f7714510cba0a84cd749869f236188473c4553.tar.gz plus-96f7714510cba0a84cd749869f236188473c4553.tar.bz2 plus-96f7714510cba0a84cd749869f236188473c4553.tar.xz plus-96f7714510cba0a84cd749869f236188473c4553.zip |
rename shared files in renderers.
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 4 | ||||
-rw-r--r-- | src/Makefile.am | 4 | ||||
-rw-r--r-- | src/render/graphics_calcImageRect.hpp (renamed from src/render/openglgraphics_calcImageRect.hpp) | 0 | ||||
-rw-r--r-- | src/render/graphics_drawImageRect.hpp (renamed from src/render/openglgraphics_drawImageRect.hpp) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d8d2ce6c3..65f5a0f44 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -696,10 +696,10 @@ SET(SRCS notifications.h notifymanager.cpp notifymanager.h + render/graphics_calcImageRect.hpp + render/graphics_drawImageRect.hpp render/nullopenglgraphics.cpp render/nullopenglgraphics.h - render/openglgraphics_calcImageRect.hpp - render/openglgraphics_drawImageRect.hpp render/openglgraphicsdef.hpp render/renderers.cpp render/renderers.h diff --git a/src/Makefile.am b/src/Makefile.am index 8c05c8a2e..c7ee06128 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -833,10 +833,10 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ notifications.h \ notifymanager.cpp \ notifymanager.h \ + render/graphics_calcImageRect.hpp \ + render/graphics_drawImageRect.hpp \ render/nullopenglgraphics.cpp \ render/nullopenglgraphics.h \ - render/openglgraphics_calcImageRect.hpp \ - render/openglgraphics_drawImageRect.hpp \ render/openglgraphicsdef.hpp \ render/renderers.cpp \ render/renderers.h \ diff --git a/src/render/openglgraphics_calcImageRect.hpp b/src/render/graphics_calcImageRect.hpp index 403c85ba7..403c85ba7 100644 --- a/src/render/openglgraphics_calcImageRect.hpp +++ b/src/render/graphics_calcImageRect.hpp diff --git a/src/render/openglgraphics_drawImageRect.hpp b/src/render/graphics_drawImageRect.hpp index 5c4bba0a1..5c4bba0a1 100644 --- a/src/render/openglgraphics_drawImageRect.hpp +++ b/src/render/graphics_drawImageRect.hpp |