comparison src/sound.c @ 9791:4a15962c344a

[gaim-migrate @ 10659] A patch from Gary Kramlich that renames gtkinternal.h to gtkgaim.h, and makes it not include internal.h There were some reasons for this... but basically it's cleaner. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 20 Aug 2004 05:11:30 +0000
parents c9ac1976ef01
children e4a27c9aec4c
comparison
equal deleted inserted replaced
9790:f8b2630ca694 9791:4a15962c344a
25 #include "sound.h" 25 #include "sound.h"
26 #include "prefs.h" 26 #include "prefs.h"
27 27
28 /* XXX CORE/UI: this goes away when away messages become sane */ 28 /* XXX CORE/UI: this goes away when away messages become sane */
29 #include "away.h" 29 #include "away.h"
30 #include "gtkinternal.h"
31 30
32 31
33 static GaimSoundUiOps *sound_ui_ops = NULL; 32 static GaimSoundUiOps *sound_ui_ops = NULL;
34 33
35 void gaim_sound_set_ui_ops(GaimSoundUiOps *ops) 34 void gaim_sound_set_ui_ops(GaimSoundUiOps *ops)