Enlightenment CVS committal

Author  : kwo
Project : e17
Module  : libs/ecore

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


Modified Files:
        Ecore_X.h 


Log Message:
netwm function prototypes. 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- Ecore_X.h   23 Oct 2004 02:19:19 -0000      1.67
+++ Ecore_X.h   23 Oct 2004 14:49:06 -0000      1.68
@@ -898,7 +898,21 @@
                             Ecore_X_Window *icon_window,
                             Ecore_X_Window *window_group,
                             int *is_urgent);
-   
+
+#if 0 /* ??? */
+   void                ecore_x_netwm_init(void);
+#endif
+   void                ecore_x_netwm_desk_count_set(Ecore_X_Window root, int n_desks);
+   void                ecore_x_netwm_desk_roots_set(Ecore_X_Window root, int n_desks, 
Ecore_X_Window * vroots);
+   void                ecore_x_netwm_desk_names_set(Ecore_X_Window root, int n_desks, 
const char **names);
+   void                ecore_x_netwm_desk_size_set(Ecore_X_Window root, int width, 
int height);
+   void                ecore_x_netwm_desk_workareas_set(Ecore_X_Window root, int 
n_desks, int *areas);
+   void                ecore_x_netwm_desk_current_set(Ecore_X_Window root, int desk);
+   void                ecore_x_netwm_desk_viewports_set(Ecore_X_Window root, int 
n_desks, int *origins);
+   void                ecore_x_netwm_showing_desktop_set(Ecore_X_Window root, int on);
+   void                ecore_x_netwm_client_list_set(Ecore_X_Window root, int 
n_clients, Ecore_X_Window * p_clients);
+   void                ecore_x_netwm_client_list_stacking_set(Ecore_X_Window root, 
int n_clients, Ecore_X_Window * p_clients);
+   void                ecore_x_netwm_client_active_set(Ecore_X_Window root, 
Ecore_X_Window win);
    
    /* FIXME: these funcs need categorising */
    void            ecore_x_drawable_geometry_get(Ecore_X_Drawable d, int *x, int *y, 
int *w, int *h);




-------------------------------------------------------
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

Reply via email to