Remove eoftware_win32_gdi directory. It is empty (old

gdi engine written by raster and removed because of
IP, iirc) and of no use (another gdi engine is there)


SVN revision: 40673
This commit is contained in:
Vincent Torri 2009-05-15 14:27:53 +00:00
parent d2b68904fc
commit 024dc3c51e
9 changed files with 0 additions and 44 deletions

View File

@ -1120,7 +1120,6 @@ src/modules/engines/software_16_wince/Makefile
src/modules/engines/software_x11/Makefile
src/modules/engines/fb/Makefile
src/modules/engines/buffer/Makefile
src/modules/engines/software_win32_gdi/Makefile
src/modules/engines/directfb/Makefile
src/modules/engines/gl_common/Makefile
src/modules/engines/gl_glew/Makefile

View File

@ -1,6 +0,0 @@
.deps
.libs
Makefile
Makefile.in
*.lo
*.la

View File

@ -1,28 +0,0 @@
#ifndef _EVAS_ENGINE_SOFTWARE_WIN32_GDI_H
#define _EVAS_ENGINE_SOFTWARE_WIN32_GDI_H
typedef struct _Evas_Engine_Info_Software_Win32_GDI Evas_Engine_Info_Software_Win32_GDI;
struct _Evas_Engine_Info_Software_Win32_GDI
{
/* PRIVATE - don't mess with this baby or evas will poke its tongue out */
/* at you and make nasty noises */
Evas_Engine_Info magic;
/* engine specific data & parameters it needs to set up */
struct {
HWND hwnd;
/*
Colormap colormap;
*/
int depth;
int rotation;
} info;
/* engine specific function calls to query stuff about the destination */
/* engine (what visual & colormap & depth to use, performance info etc. */
};
#endif

View File

@ -1,9 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
evas_engine.h \
evas_engine.c \
evas_outbuf.c \
evas_win32_buffer.c \
evas_win32_main.c \
Evas_Engine_Software_Win32_GDI.h