From 927f99e4125743bbecf41b1aa7dbce9587fb6156 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 24 May 2003 20:50:56 +0000 Subject: not being developed anymore, maybe in the future... --- cwmcc/root_props.h | 57 ------------------------------------------------------ 1 file changed, 57 deletions(-) delete mode 100644 cwmcc/root_props.h (limited to 'cwmcc/root_props.h') diff --git a/cwmcc/root_props.h b/cwmcc/root_props.h deleted file mode 100644 index 7690287b..00000000 --- a/cwmcc/root_props.h +++ /dev/null @@ -1,57 +0,0 @@ -/*#ifndef __cwmcc_root_props_h - #define __cwmcc_root_props_h*/ - -#include -#include - -void cwmcc_root_get_supported(Window win, Atom **atoms, gulong *num); - -void cwmcc_root_get_client_list(Window win, Window **windows, gulong *num); - -void cwmcc_root_get_client_list_stacking(Window win, Window **windows, - gulong *num); - -void cwmcc_root_get_number_of_desktops(Window win, gulong *desktops); - -void cwmcc_root_get_desktop_geometry(Window win, gulong *w, gulong *h); - -void cwmcc_root_get_desktop_viewport(Window win, gulong *x, gulong *y); - -void cwmcc_root_get_current_desktop(Window win, gulong *desktop); - -void cwmcc_root_get_desktop_names(Window win, char ***names); - -void cwmcc_root_get_active_window(Window win, Window *window); - -void cwmcc_root_get_workarea(Window win, int **x, int **y, int **w, int **h); - -void cwmcc_root_get_supporting_wm_check(Window win, Window *window); - -/*! Orientation of the desktops */ -enum Cwmcc_Orientation { - Cwmcc_Orientation_Horz = 0, - Cwmcc_Orientation_Vert = 1 -}; - -enum Cwmcc_Corner { - Cwmcc_Corner_TopLeft = 0, - Cwmcc_Corner_TopRight = 1, - Cwmcc_Corner_BottomRight = 2, - Cwmcc_Corner_BottomLeft = 3 -}; - -struct Cwmcc_DesktopLayout { - enum Cwmcc_Orientation orientation; - enum Cwmcc_Corner start_corner; - guint rows; - guint columns; -}; - -void cwmcc_root_get_desktop_layout(Window win, - struct Cwmcc_DesktopLayout *layout); - -void cwmcc_root_get_showing_desktop(Window win, gboolean *showing); - -void cwmcc_root_get_openbox_pid(Window win, gulong *pid); - -/*#endif*/ -- cgit v1.2.3