~ubuntu-branches/debian/squeeze/nas/squeeze

« back to all changes in this revision

Viewing changes to lib/audio/ScanTEvent.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2008-10-08 01:18:19 UTC
  • mfrom: (4.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081008011819-wmr4h2w0298k8t7z
Tags: 1.9.1-5
* Fix pending l10n issues. Debconf translations:
* Swedish. Closes: #491766 (thanks to brother@bsnet.se)
* Arabic. Closes: #500437 (thanks to Ossama Khayat)
* Basque. Closes: #500533 (thanks to Piarres Beobide)
* Brazilian Portuguese. Closes: #500973 (thanks to Felipe
  Augusto van de Wiel)
* Many thanks again to Christian Perrier for his i18n efforts,
  co-ordinating the above.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
/* ARGSUSED */
28
28
static AuBool
29
29
_AuTypedEventPredicate (
30
 
                        register AuServer   *aud,
31
 
                        register AuEvent    *event,
32
 
                        register AuPointer      arg
 
30
                        AuServer   *aud,
 
31
                        AuEvent    *event,
 
32
                        AuPointer       arg
33
33
                        )
34
34
{
35
35
    return (event->type == *(int *) arg);
38
38
 
39
39
 
40
40
AuBool AuScanForTypedEvent (
41
 
                            register AuServer   *aud,
42
 
                            register int        mode,
43
 
                            register AuBool     dequeue,
44
 
                            register int        type,
45
 
                            register AuEvent    *event
 
41
                            AuServer   *aud,
 
42
                            int mode,
 
43
                            AuBool      dequeue,
 
44
                            int type,
 
45
                            AuEvent    *event
46
46
                            )
47
47
{
48
48
    int tmp = type;