diff options
author | okan | 2014-08-25 14:31:22 +0000 |
---|---|---|
committer | okan | 2014-08-25 14:31:22 +0000 |
commit | 65f7d6fe84c11c78932bd9c10bce0ed3ded143c8 (patch) | |
tree | 46450ff078a2e29d5d813fa95d9d652bff9dcb14 /calmwm.h | |
parent | 69a4c46eec5a14a1d2e31092a91056655acdf8d5 (diff) | |
download | cwm-65f7d6fe84c11c78932bd9c10bce0ed3ded143c8.tar.gz |
Since the flatting out of sc->group_names is only for setting
NET_DESKTOP_NAMES, merge the helper into xu_ewmh_net_desktop_names,
where we actually set the property.
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.264 2014/08/25 12:49:19 okan Exp $ + * $OpenBSD: calmwm.h,v 1.265 2014/08/25 14:31:22 okan Exp $ */ #ifndef _CALMWM_H_ @@ -545,8 +545,7 @@ void xu_ewmh_net_wm_number_of_desktops(struct screen_ctx *); void xu_ewmh_net_showing_desktop(struct screen_ctx *); void xu_ewmh_net_virtual_roots(struct screen_ctx *); void xu_ewmh_net_current_desktop(struct screen_ctx *, long); -void xu_ewmh_net_desktop_names(struct screen_ctx *, char *, - int); +void xu_ewmh_net_desktop_names(struct screen_ctx *); void xu_ewmh_net_wm_desktop(struct client_ctx *); Atom *xu_ewmh_get_net_wm_state(struct client_ctx *, int *); |