Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x
Modified Files:
Ecore_X.h ecore_x.c
Log Message:
some mroe calls... guess what i'm doing eh? :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- Ecore_X.h 17 Oct 2004 06:21:21 -0000 1.61
+++ Ecore_X.h 17 Oct 2004 12:29:00 -0000 1.62
@@ -915,7 +915,14 @@
int
ecore_x_window_attributes_get(Ecore_X_Window win, Ecore_X_Window_Attributes
*att_ret);
+ void
+ ecore_x_window_save_set_add(Ecore_X_Window win);
+ void
+ ecore_x_window_save_set_del(Ecore_X_Window win);
+
+
+
Ecore_X_Cursor
ecore_x_cursor_new(Ecore_X_Window win, int *pixels, int w, int h, int hot_x, int
hot_y);
void
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- ecore_x.c 17 Oct 2004 06:21:21 -0000 1.41
+++ ecore_x.c 17 Oct 2004 12:29:02 -0000 1.42
@@ -1020,6 +1020,18 @@
return 1;
}
+void
+ecore_x_window_save_set_add(Ecore_X_Window win)
+{
+ XAddToSaveSet(_ecore_x_disp, win);
+}
+
+void
+ecore_x_window_save_set_del(Ecore_X_Window win)
+{
+ XRemoveFromSaveSet(_ecore_x_disp, win);
+}
+
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs