Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ecore

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


Modified Files:
        Ecore_X.h ecore_x_window.c 


Log Message:
added ecore_x_window_border_width_set()
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- Ecore_X.h   25 Aug 2004 23:41:57 -0000      1.52
+++ Ecore_X.h   26 Aug 2004 17:50:29 -0000      1.53
@@ -755,6 +755,7 @@
 void             ecore_x_window_size_get(Ecore_X_Window win, int *w, int *h);
 void             ecore_x_window_geometry_get(Ecore_X_Window win, int *x, int *y, int 
*w, int *h);
 int              ecore_x_window_border_width_get(Ecore_X_Window win);
+void             ecore_x_window_border_width_set(Ecore_X_Window win, int width);
 int              ecore_x_window_depth_get(Ecore_X_Window win);
 void             ecore_x_window_cursor_show(Ecore_X_Window win, int show);
 void             ecore_x_window_defaults_set(Ecore_X_Window win);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_window.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ecore_x_window.c    25 Aug 2004 23:41:57 -0000      1.24
+++ ecore_x_window.c    26 Aug 2004 17:50:33 -0000      1.25
@@ -491,6 +491,17 @@
 }
 
 /**
+ * Sets the width of the border of the given window.
+ * @param   win The given window.
+ * @ingroup Ecore_X_Window_Geometry_Group
+ */
+void
+ecore_x_window_border_width_set(Ecore_X_Window win, int width)
+{
+   XSetWindowBorderWidth (_ecore_x_disp, win, width);
+}
+
+/**
  * Retrieves the depth of the given window.
  * @param  win The given window.
  * @return Depth of the window.




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to