From e9c6cfb43c756f28a21f0ca4f39265009a92568e Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 18 Dec 2011 14:01:51 +0100 Subject: Rename vol_ctl_object to vol_ctl --- src/command.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 1e9ddef..8f4b1c1 100644 --- a/src/command.c +++ b/src/command.c @@ -91,7 +91,7 @@ down(struct context *ctx, int key) interface_redraw(ctx); } -static struct vol_ctl_object * +static struct vol_ctl * interface_get_current_ctl(struct context *ctx) { struct sink_info *sink; @@ -117,7 +117,7 @@ interface_get_current_ctl(struct context *ctx) static void volume_change(struct context *ctx, gboolean volume_increment) { - struct vol_ctl_object *ctl; + struct vol_ctl *ctl; pa_operation *o; pa_cvolume volume; pa_volume_t inc; @@ -163,7 +163,7 @@ volume_up(struct context *ctx, int key) static void do_mute(struct context *ctx, int key) { - struct vol_ctl_object *ctl; + struct vol_ctl *ctl; pa_operation *o; if (!ctx->context_ready) -- cgit