Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


Modified Files:
      Tag: SPLIT
        Ecore_X.h Makefile.am 
Added Files:
      Tag: SPLIT
        ecore_x_window.c ecore_x_window_prop.c 


Log Message:


enough of ecore x module to now pop up and show a window... and get some
events. :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Attic/Ecore_X.h,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -3 -r1.1.2.9 -r1.1.2.10
--- Ecore_X.h   3 Feb 2003 12:55:31 -0000       1.1.2.9
+++ Ecore_X.h   4 Feb 2003 04:18:55 -0000       1.1.2.10
@@ -336,6 +336,14 @@
 void ecore_x_error_handler_set(void (*func) (void *data), const void *data);
 int  ecore_x_error_request_get(void);
 int  ecore_x_error_code_get(void);
+
+Window ecore_x_window_new(Window parent, int x, int y, int w, int h);
+void ecore_x_window_del(Window win);
+void ecore_x_window_show(Window win);
+void ecore_x_window_hide(Window win);
+   
+void ecore_x_window_prop_title_set(Window win, const char *t);
+void ecore_x_window_prop_name_class_set(Window win, const char *n, const char *c);
    
 #ifdef __cplusplus
 }
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Attic/Makefile.am,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -3 -r1.1.2.2 -r1.1.2.3
--- Makefile.am 21 Jan 2003 01:22:45 -0000      1.1.2.2
+++ Makefile.am 4 Feb 2003 04:18:55 -0000       1.1.2.3
@@ -10,6 +10,8 @@
 ecore_x.c \
 ecore_x_error.c \
 ecore_x_events.c \
+ecore_x_window.c \
+ecore_x_window_prop.c \
 ecore_x_private.h
 
 libecore_x_la_LIBADD = @x_ldflags@ @x_libs@




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to