Mercurial > pidgin
annotate plugins/crazychat/camproc.h @ 12141:dcd2bcad2f3d
[gaim-migrate @ 14442]
These strings have been bothering me for quite some time. Flame me if you object to the changes. I also changed the default pounce action to 'pop up notification'. This isn't a big deal, as the action(s) you choose are saved as the default for the next time.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Fri, 18 Nov 2005 23:35:26 +0000 |
| parents | ed017b9c532d |
| children | fc464a0abccc |
| rev | line source |
|---|---|
| 11218 | 1 /* |
| 2 * camproc.h | |
| 3 * basecame | |
| 4 * | |
| 5 * Created by CS194 on Mon Apr 26 2004. | |
| 6 * Copyright (c) 2004 __MyCompanyName__. All rights reserved. | |
| 7 * | |
| 8 */ | |
| 9 | |
| 10 | |
| 11 | |
| 12 //#pragma once | |
| 13 | |
| 14 #ifdef __APPLE_CC__ | |
| 15 #include <Carbon/Carbon.h> | |
| 16 | |
| 17 #else | |
| 18 #include <Carbon.h> | |
| 19 | |
| 20 #endif | |
| 21 | |
| 22 #include "cc_interface.h" | |
| 23 #include "filter.h" | |
| 24 | |
| 25 void Die(); | |
| 26 OSErr CamProc(struct input_instance *inst, filter_bank *bank); | |
| 27 void QueryCam (void); | |
| 28 | |
| 29 |
