Enlightenment CVS committal
Author : atmosphere
Project : misc
Module : elapse
Dir : misc/elapse/src
Modified Files:
Elapse.h Makefile.am gui.c
Log Message:
this should shuttup shadoi :P use Evas_Coord instead of ints, but mostly a fixup from
him
===================================================================
RCS file: /cvsroot/enlightenment/misc/elapse/src/Elapse.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Elapse.h 16 Apr 2004 18:25:30 -0000 1.3
+++ Elapse.h 26 May 2004 04:06:27 -0000 1.4
@@ -2,7 +2,7 @@
#include <Ecore_X.h>
#include <Ecore_Evas.h>
#include <Edje.h>
-#include <Esmart/Esmart_Trans.h>
+#include <Esmart/Esmart_Trans_X11.h>
#include <unistd.h>
#include <string.h>
===================================================================
RCS file: /cvsroot/enlightenment/misc/elapse/src/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 16 Apr 2004 18:09:49 -0000 1.1
+++ Makefile.am 26 May 2004 04:06:27 -0000 1.2
@@ -5,4 +5,4 @@
bin_PROGRAMS = elapse
elapse_SOURCES = gui.c main.c time.c util.c
-elapse_LDADD = @edje_libs@ @esmart_libs@
+elapse_LDADD = @edje_libs@ @esmart_libs@ -lesmart_trans_x11
===================================================================
RCS file: /cvsroot/enlightenment/misc/elapse/src/gui.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- gui.c 22 Apr 2004 04:48:09 -0000 1.5
+++ gui.c 26 May 2004 04:06:27 -0000 1.6
@@ -2,7 +2,7 @@
void elapse_gui_init(Elapse *elapse, int argc, const char **argv)
{
- double iw, ih;
+ Evas_Coord iw, ih;
int x, y, w, h;
Ecore_X_Window win;
debug(DEBUG_INFO, elapse, "elapse_gui_init()");
@@ -15,7 +15,7 @@
ecore_evas_init();
elapse->ee = ecore_evas_software_x11_new(NULL, 0, 0, 0, 0, 0);
ecore_evas_title_set(elapse->ee, "Elapse");
- ecore_evas_name_class_set(elapse->ee, "Elapse", "Elapse");
+ ecore_evas_name_class_set(elapse->ee, "Elapse", "Elapse");
ecore_evas_borderless_set(elapse->ee, 1);
win = ecore_evas_software_x11_window_get(elapse->ee);
ecore_x_window_prop_layer_set(win, ECORE_X_WINDOW_LAYER_BELOW);
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs