Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

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


Modified Files:
      Tag: SPLIT
        ecore_x_gc.c ecore_x_pixmap.c ecore_x_window.c 
        ecore_x_window_prop.c ecore_x_window_shape.c 


Log Message:


doc doc doc doc.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Attic/ecore_x_gc.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -3 -r1.1.2.1 -r1.1.2.2
--- ecore_x_gc.c        9 Feb 2003 00:41:46 -0000       1.1.2.1
+++ ecore_x_gc.c        5 Mar 2003 22:40:28 -0000       1.1.2.2
@@ -2,6 +2,12 @@
 #include "ecore_x_private.h"
 #include "Ecore_X.h"
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 GC
 ecore_x_gc_new(Drawable draw)
 {
@@ -11,6 +17,12 @@
    return XCreateGC(_ecore_x_disp, draw, 0, &gcv);   
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_gc_del(GC gc)
 {
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Attic/ecore_x_pixmap.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -3 -r1.1.2.1 -r1.1.2.2
--- ecore_x_pixmap.c    9 Feb 2003 00:41:46 -0000       1.1.2.1
+++ ecore_x_pixmap.c    5 Mar 2003 22:40:29 -0000       1.1.2.2
@@ -2,6 +2,12 @@
 #include "ecore_x_private.h"
 #include "Ecore_X.h"
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 Pixmap
 ecore_x_pixmap_new(Window win, int w, int h, int dep)
 {
@@ -10,12 +16,24 @@
    return XCreatePixmap(_ecore_x_disp, win, w, h, dep);
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_pixmap_del(Pixmap pmap)
 {
    XFreePixmap(_ecore_x_disp, pmap);
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_pixmap_paste(Pixmap pmap, Drawable dest, GC gc, int sx, int sy, 
                     int w, int h, int dx, int dy)
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Attic/ecore_x_window.c,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -3 -r1.1.2.7 -r1.1.2.8
--- ecore_x_window.c    27 Feb 2003 01:58:14 -0000      1.1.2.7
+++ ecore_x_window.c    5 Mar 2003 22:40:30 -0000       1.1.2.8
@@ -276,6 +276,12 @@
    XReparentWindow(_ecore_x_disp, win, new_parent, x, y);
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_window_size_get(Window win, int *w, int *h)
 {
@@ -296,6 +302,12 @@
    if (h) *h = (int)ret_h;
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_window_cursor_show(Window win, int show)
 {
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Attic/ecore_x_window_prop.c,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -3 -r1.1.2.6 -r1.1.2.7
--- ecore_x_window_prop.c       27 Feb 2003 01:58:14 -0000      1.1.2.6
+++ ecore_x_window_prop.c       5 Mar 2003 22:40:30 -0000       1.1.2.7
@@ -2,6 +2,12 @@
 #include "ecore_x_private.h"
 #include "Ecore_X.h"
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_window_prop_property_set(Window win, Atom type, Atom format, int size, void 
*data, int number)
 {
@@ -200,6 +206,12 @@
    if (protos) XFree(protos);
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_window_prop_min_size_set(Window win, int w, int h)
 {
@@ -214,6 +226,12 @@
    XSetWMNormalHints(_ecore_x_disp, win, &hints);
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_window_prop_max_size_set(Window win, int w, int h)
 {
@@ -228,6 +246,12 @@
    XSetWMNormalHints(_ecore_x_disp, win, &hints);
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_window_prop_base_size_set(Window win, int w, int h)
 {
@@ -242,6 +266,12 @@
    XSetWMNormalHints(_ecore_x_disp, win, &hints);
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_window_prop_step_size_set(Window win, int x, int y)
 {
@@ -256,6 +286,12 @@
    XSetWMNormalHints(_ecore_x_disp, win, &hints);
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_window_prop_xy_set(Window win, int x, int y)
 {
@@ -270,6 +306,12 @@
    XSetWMNormalHints(_ecore_x_disp, win, &hints);
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_window_prop_borderless_set(Window win, int borderless)
 {
@@ -287,6 +329,12 @@
      }
 }
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_window_prop_layer_set(Window win, int layer)
 {
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Attic/ecore_x_window_shape.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -3 -r1.1.2.1 -r1.1.2.2
--- ecore_x_window_shape.c      9 Feb 2003 00:41:46 -0000       1.1.2.1
+++ ecore_x_window_shape.c      5 Mar 2003 22:40:30 -0000       1.1.2.2
@@ -2,6 +2,12 @@
 #include "ecore_x_private.h"
 #include "Ecore_X.h"
 
+/**
+ * To be documented.
+ *
+ * FIXME: To be fixed.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+ */
 void
 ecore_x_window_shape_mask_set(Window win, Pixmap mask)
 {




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to