Revert "Renaming image widget files to appropriate name"

This reverts commit 82a3f8491f.
ugfx_release_2.6
Joel Bodenmann 2014-05-09 12:20:32 +02:00
parent 82a3f8491f
commit ec09292542
4 changed files with 2 additions and 2 deletions

View File

@ -874,7 +874,7 @@ extern "C" {
#endif #endif
#if GWIN_NEED_IMAGE || defined(__DOXYGEN__) #if GWIN_NEED_IMAGE || defined(__DOXYGEN__)
#include "src/gwin/imagebox.h" #include "src/gwin/image.h"
#endif #endif
#endif /* GFX_USE_GWIN */ #endif /* GFX_USE_GWIN */

View File

@ -6,7 +6,7 @@ GFXSRC += $(GFXLIB)/src/gwin/gwin.c \
$(GFXLIB)/src/gwin/button.c \ $(GFXLIB)/src/gwin/button.c \
$(GFXLIB)/src/gwin/slider.c \ $(GFXLIB)/src/gwin/slider.c \
$(GFXLIB)/src/gwin/checkbox.c \ $(GFXLIB)/src/gwin/checkbox.c \
$(GFXLIB)/src/gwin/imagebox.c \ $(GFXLIB)/src/gwin/gimage.c \
$(GFXLIB)/src/gwin/label.c \ $(GFXLIB)/src/gwin/label.c \
$(GFXLIB)/src/gwin/radio.c \ $(GFXLIB)/src/gwin/radio.c \
$(GFXLIB)/src/gwin/list.c \ $(GFXLIB)/src/gwin/list.c \