Enlightenment CVS committal
Author : doursse
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/engines/win32
Modified Files:
Makefile.am ewl_engine_win32.c
Log Message:
* reorganize configure.in
* use evil on windows, hence remove most of the win32 specific code
* fix glew engine wrt the latest modifications
* add directdraw engine
* minor fixes in tests on Windows
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/win32/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 1 Mar 2008 08:13:35 -0000 1.3
+++ Makefile.am 29 Jun 2008 14:01:38 -0000 1.4
@@ -19,6 +19,6 @@
ewl_engine_win32.c
win32_la_LIBADD = $(top_builddir)/src/lib/libewl.la @ECORE_WIN32_LIBS@
@ECORE_LIBS@
-win32_la_LDFLAGS = -module @create_shared_lib@ -version-info
@INTERFACE_VERSION@
+win32_la_LDFLAGS = @lt_no_undefined@ @lt_enable_auto_import@ -module
-version-info @INTERFACE_VERSION@
endif
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/win32/ewl_engine_win32.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_engine_win32.c 7 May 2008 13:38:22 -0000 1.3
+++ ewl_engine_win32.c 29 Jun 2008 14:01:39 -0000 1.4
@@ -357,7 +357,7 @@
static void
ee_window_new(Ewl_Window *win)
{
- Ecore_Win32_Window *xwin;
+ Ecore_Win32_Window *window;
DENTER_FUNCTION(DLEVEL_STABLE);
DCHECK_PARAM_PTR(win);
@@ -368,16 +368,16 @@
ewl_object_current_h_get(EWL_OBJECT(win)));
if (win->flags & EWL_WINDOW_OVERRIDE)
- xwin = ecore_win32_window_override_new(0,
+ window = ecore_win32_window_override_new(0,
EWL_EMBED(win)->x, EWL_EMBED(win)->y,
ewl_object_current_w_get(EWL_OBJECT(win)),
ewl_object_current_h_get(EWL_OBJECT(win)));
else
- xwin = ecore_win32_window_new(0,
+ window = ecore_win32_window_new(0,
EWL_EMBED(win)->x, EWL_EMBED(win)->y,
ewl_object_current_w_get(EWL_OBJECT(win)),
ewl_object_current_h_get(EWL_OBJECT(win)));
- win->window = (void *)xwin;
+ win->window = (void *)window;
printf ("flags : %d %d\n", win->flags & EWL_WINDOW_OVERRIDE,
win->flags & EWL_WINDOW_BORDERLESS);
if (win->flags & EWL_WINDOW_BORDERLESS)
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs