Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/engines/evas_gl_x11


Modified Files:
        Ewl_Engine_Evas_Gl_X11.h ewl_engine_evas_gl_x11.c 


Log Message:
- tabs are a tricky beast. looks like I missed some.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/evas_gl_x11/Ewl_Engine_Evas_Gl_X11.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Ewl_Engine_Evas_Gl_X11.h    6 May 2008 20:20:36 -0000       1.7
+++ Ewl_Engine_Evas_Gl_X11.h    7 May 2008 13:38:22 -0000       1.8
@@ -8,7 +8,7 @@
 #include <Evas_Engine_GL_X11.h>
 
 #define EWL_ENGINE_EVAS_GL_X11(engine) \
-               ((Ewl_Engine_Evas_Gl_X11 *)engine)
+                ((Ewl_Engine_Evas_Gl_X11 *)engine)
 
 typedef struct Ewl_Engine_Evas_Gl_X11 Ewl_Engine_Evas_Gl_X11;
 struct Ewl_Engine_Evas_Gl_X11
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/evas_gl_x11/ewl_engine_evas_gl_x11.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl_engine_evas_gl_x11.c    6 May 2008 20:20:36 -0000       1.16
+++ ewl_engine_evas_gl_x11.c    7 May 2008 13:38:22 -0000       1.17
@@ -11,8 +11,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 *
@@ -38,12 +38,12 @@
 
         engine = NEW(Ewl_Engine_Evas_Gl_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);
@@ -95,33 +95,33 @@
         info = evas_engine_info_get(evas);
         if (!info)
         {
-               fprintf(stderr, "Unable to use gl_x11 engine for rendering, ");
-               exit(-1);
+                fprintf(stderr, "Unable to use gl_x11 engine for rendering, ");
+                exit(-1);
         }
 
         glinfo = (Evas_Engine_Info_GL_X11 *)info;
 
         glinfo->info.display = ecore_x_display_get();
         glinfo->info.visual = glinfo->func.best_visual_get(
-                               glinfo->info.display,
-                               DefaultScreen(glinfo->info.display));
+                                glinfo->info.display,
+                                DefaultScreen(glinfo->info.display));
         glinfo->info.colormap = glinfo->func.best_colormap_get(
-                               glinfo->info.display,
-                               DefaultScreen(glinfo->info.display));
+                                glinfo->info.display,
+                                DefaultScreen(glinfo->info.display));
         glinfo->info.drawable = (Ecore_X_Window)win->window;
         glinfo->info.depth = glinfo->func.best_depth_get(
-                               glinfo->info.display,
-                               DefaultScreen(glinfo->info.display));
+                                glinfo->info.display,
+                                DefaultScreen(glinfo->info.display));
 
         o = EWL_OBJECT(win);
 
         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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to