Enlightenment CVS committal

Author  : stffrdhrn
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/gl_x11


Modified Files:
        evas_engine.h evas_x_main.c 


Log Message:
Match up function names so gl_xll can work

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/modules/engines/gl_x11/evas_engine.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_engine.h       14 Jan 2006 12:13:37 -0000      1.1
+++ evas_engine.h       7 Mar 2006 00:24:37 -0000       1.2
@@ -28,7 +28,7 @@
 extern Colormap     _evas_gl_x11_cmap;
 
 Evas_GL_X11_Window *
-  evas_engine_gl_x11_window_new(Display *disp,
+  eng_window_new(Display *disp,
                                Window   win,
                                int      screen,
                                Visual  *vis,
@@ -37,8 +37,8 @@
                                int      w,
                                int      h);
 void
-  evas_engine_gl_x11_window_free(Evas_GL_X11_Window *gw);
+  eng_window_free(Evas_GL_X11_Window *gw);
 void
-  evas_engine_gl_x11_window_use(Evas_GL_X11_Window *gw);
+  eng_window_use(Evas_GL_X11_Window *gw);
 
 #endif
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/modules/engines/gl_x11/evas_x_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_x_main.c       14 Jan 2006 12:13:37 -0000      1.1
+++ evas_x_main.c       7 Mar 2006 00:24:37 -0000       1.2
@@ -24,7 +24,7 @@
 Colormap     _evas_gl_x11_cmap = 0;
 
 Evas_GL_X11_Window *
-evas_engine_gl_x11_window_new(Display *disp,
+eng_window_new(Display *disp,
                              Window   win,
                              int      screen,
                              Visual  *vis,
@@ -62,7 +62,7 @@
 }
 
 void
-evas_engine_gl_x11_window_free(Evas_GL_X11_Window *gw)
+eng_window_free(Evas_GL_X11_Window *gw)
 {
    if (gw == _evas_gl_x11_window) _evas_gl_x11_window = NULL;
    evas_gl_common_context_free(gw->gl_context);
@@ -71,7 +71,7 @@
 }
 
 void
-evas_engine_gl_x11_window_use(Evas_GL_X11_Window *gw)
+eng_window_use(Evas_GL_X11_Window *gw)
 {
    if (_evas_gl_x11_window != gw)
      {




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to