Enlightenment CVS committal
Author : dj2
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/engines/evas_software_x11
Modified Files:
Ewl_Engine_Evas_Software_X11.h ewl_engine_evas_software_x11.c
Log Message:
- tabs are a tricky beast. looks like I missed some.
===================================================================
RCS file:
/cvs/e/e17/libs/ewl/src/engines/evas_software_x11/Ewl_Engine_Evas_Software_X11.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Ewl_Engine_Evas_Software_X11.h 6 May 2008 20:20:36 -0000 1.6
+++ Ewl_Engine_Evas_Software_X11.h 7 May 2008 13:38:22 -0000 1.7
@@ -8,7 +8,7 @@
#include <Evas_Engine_Software_X11.h>
#define EWL_ENGINE_EVAS_SOFTWARE_X11(engine) \
- ((Ewl_Engine_Evas_Software_X11 *)engine)
+ ((Ewl_Engine_Evas_Software_X11 *)engine)
typedef struct Ewl_Engine_Evas_Software_X11 Ewl_Engine_Evas_Software_X11;
struct Ewl_Engine_Evas_Software_X11
===================================================================
RCS file:
/cvs/e/e17/libs/ewl/src/engines/evas_software_x11/ewl_engine_evas_software_x11.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl_engine_evas_software_x11.c 6 May 2008 20:20:36 -0000 1.16
+++ ewl_engine_evas_software_x11.c 7 May 2008 13:38:22 -0000 1.17
@@ -10,8 +10,8 @@
static void *canvas_funcs[EWL_ENGINE_CANVAS_MAX] =
{
- ee_canvas_setup,
- NULL, NULL, NULL, NULL
+ ee_canvas_setup,
+ NULL, NULL, NULL, NULL
};
Ecore_DList *
@@ -37,12 +37,12 @@
engine = NEW(Ewl_Engine_Evas_Software_X11, 1);
if (!engine)
- DRETURN_PTR(NULL, DLEVEL_STABLE);
+ DRETURN_PTR(NULL, DLEVEL_STABLE);
if (!ee_init(EWL_ENGINE(engine)))
{
- FREE(engine);
- DRETURN_PTR(NULL, DLEVEL_STABLE);
+ FREE(engine);
+ DRETURN_PTR(NULL, DLEVEL_STABLE);
}
DRETURN_PTR(EWL_ENGINE(engine), DLEVEL_STABLE);
@@ -92,37 +92,37 @@
evas = evas_new();
evas_output_method_set(evas,
- evas_render_method_lookup("software_x11"));
+ evas_render_method_lookup("software_x11"));
info = evas_engine_info_get(evas);
if (!info)
{
- fprintf(stderr, "Unable to use software_x11 engine "
- "for rendering, ");
- exit(-1);
+ fprintf(stderr, "Unable to use software_x11 engine "
+ "for rendering, ");
+ exit(-1);
}
sinfo = (Evas_Engine_Info_Software_X11 *)info;
sinfo->info.display = ecore_x_display_get();
sinfo->info.visual = DefaultVisual(sinfo->info.display,
- DefaultScreen(sinfo->info.display));
+ DefaultScreen(sinfo->info.display));
sinfo->info.colormap = DefaultColormap(sinfo->info.display,
- DefaultScreen(sinfo->info.display));
+ DefaultScreen(sinfo->info.display));
sinfo->info.drawable = (Ecore_X_Window)win->window;
sinfo->info.depth = DefaultDepth(sinfo->info.display,
- DefaultScreen(sinfo->info.display));
+ DefaultScreen(sinfo->info.display));
sinfo->info.rotation = 0;
sinfo->info.debug = debug;
evas_engine_info_set(evas, info);
evas_output_size_set(evas, ewl_object_current_w_get(o),
- ewl_object_current_h_get(o));
+ ewl_object_current_h_get(o));
evas_output_viewport_set(evas, ewl_object_current_x_get(o),
- ewl_object_current_y_get(o),
- ewl_object_current_w_get(o),
- ewl_object_current_h_get(o));
+ ewl_object_current_y_get(o),
+ ewl_object_current_w_get(o),
+ ewl_object_current_h_get(o));
ewl_embed_canvas_set(EWL_EMBED(win), evas, win->window);
DLEAVE_FUNCTION(DLEVEL_STABLE);
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs