diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-24 14:01:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-24 21:18:57 +0300 |
commit | 0a8b5d325f2d2c326b6da27399711b198417a499 (patch) | |
tree | 9e89aa7610f3f74ef9df53f6afce6655fc95ab07 /src/Makefile.am | |
parent | 779b65f15d3350b2d95a095e24a90526c64dcecb (diff) | |
download | plus-0a8b5d325f2d2c326b6da27399711b198417a499.tar.gz plus-0a8b5d325f2d2c326b6da27399711b198417a499.tar.bz2 plus-0a8b5d325f2d2c326b6da27399711b198417a499.tar.xz plus-0a8b5d325f2d2c326b6da27399711b198417a499.zip |
Rename Rectangle into Rect.
Rename ClipRectangle into ClipRect.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 27286cf25..bf29e7d03 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,14 +26,14 @@ manaplus_SOURCES = endif dyecmd_CXXFLAGS = -dyecmd_SOURCES = gui/cliprectangle.cpp \ +dyecmd_SOURCES = gui/cliprect.cpp \ gui/color.cpp \ - gui/rectangle.cpp \ + gui/rect.cpp \ events/actionevent.h \ - gui/cliprectangle.h \ + gui/cliprect.h \ gui/color.h \ events/event.h \ - gui/rectangle.h + gui/rect.h dyecmd_SOURCES += dyetool/dyemain.cpp \ animatedsprite.cpp \ @@ -151,7 +151,7 @@ endif manaplus_SOURCES += events/actionevent.h \ listeners/actionlistener.h \ gui/base/basiccontainer.hpp \ - gui/cliprectangle.h \ + gui/cliprect.h \ gui/color.h \ listeners/deathlistener.h \ events/event.h \ @@ -166,7 +166,7 @@ manaplus_SOURCES += events/actionevent.h \ gui/models/magicschoolmodel.h \ events/mouseevent.h \ listeners/mouselistener.h \ - gui/rectangle.h \ + gui/rect.h \ events/selectionevent.h \ listeners/selectionlistener.h \ utils/sdlpixel.h \ @@ -183,11 +183,11 @@ manaplus_SOURCES += events/actionevent.h \ gui/base/widgets/textbox.hpp \ gui/base/widgets/textfield.hpp \ gui/base/basiccontainer.cpp \ - gui/cliprectangle.cpp \ + gui/cliprect.cpp \ gui/color.cpp \ gui/base/gui.cpp \ input/key.cpp \ - gui/rectangle.cpp \ + gui/rect.cpp \ gui/widgets/widget.cpp \ gui/base/widgets/button.cpp \ gui/base/widgets/checkbox.cpp \ |