Enlightenment CVS committal
Author : xcomputerman
Project : e17
Module : proto
Dir : e17/proto/esmart/test
Modified Files:
esmart_main.c
Log Message:
Change API and source to reflect proper namespaces.
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/test/esmart_main.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- esmart_main.c 8 Nov 2003 19:46:05 -0000 1.5
+++ esmart_main.c 8 Nov 2003 20:19:15 -0000 1.6
@@ -15,7 +15,7 @@
#include <Ecore_Evas.h>
#include "E_Thumb.h"
#include "container.h"
-#include "X11_Trans.h"
+#include "Esmart_Trans.h"
#include "../src/config.h"
static void
@@ -34,7 +34,7 @@
if((o = evas_object_name_find(ecore_evas_get(ee), "root_background")))
{
- evas_object_x11_trans_freshen(o, x, y, w, h);
+ esmart_trans_x11_freshen(o, x, y, w, h);
}
}
static void
@@ -48,7 +48,7 @@
if((o = evas_object_name_find(ecore_evas_get(ee), "root_background")))
{
evas_object_resize(o, w, h);
- evas_object_x11_trans_freshen(o, x, y, w, h);
+ esmart_trans_x11_freshen(o, x, y, w, h);
}
if((o = evas_object_name_find(ecore_evas_get(ee), "background")))
{
@@ -113,7 +113,7 @@
ecore_evas_callback_move_set(ee, window_move_cb);
evas = ecore_evas_get(ee);
- o = evas_object_x11_trans_new(evas);
+ o = esmart_trans_x11_new(evas);
evas_object_move(o, 0, 0);
evas_object_resize(o, 300, 120);
evas_object_layer_set(o, -5);
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs