From 2bd0abb8d2ad834d26f1dcbb1be8a6c522c6e8c8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 May 2008 16:48:55 +0000 Subject: look for the proplist of the sound event *and* the one of the client git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@21 01b60673-d06a-42c0-afdd-89cb8e0f78ac --- src/sound-theme-spec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound-theme-spec.h') diff --git a/src/sound-theme-spec.h b/src/sound-theme-spec.h index 527ad11..652903a 100644 --- a/src/sound-theme-spec.h +++ b/src/sound-theme-spec.h @@ -28,7 +28,7 @@ typedef struct ca_theme_data ca_theme_data; -int ca_lookup_sound(ca_sound_file **f, ca_theme_data **t, ca_proplist *p); +int ca_lookup_sound(ca_sound_file **f, ca_theme_data **t, ca_proplist *cp, ca_proplist *sp); void ca_theme_data_free(ca_theme_data *t); #endif -- cgit