]>
Dogcows Code - chaz/openbox/blob - openbox/group.h
7 typedef struct _ObGroup ObGroup
;
19 extern GHashTable
*group_map
;
21 void group_startup(gboolean reconfig
);
22 void group_shutdown(gboolean reconfig
);
24 ObGroup
*group_add(Window leader
, struct _ObClient
*client
);
26 void group_remove(ObGroup
*self
, struct _ObClient
*client
);
This page took 0.037683 seconds and 4 git commands to generate.