~ubuntu-branches/ubuntu/edgy/xorg-server/edgy-updates

« back to all changes in this revision

Viewing changes to Xi/getselev.h

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-25 20:06:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060725200628-gjmmd9gxfxdc4ejs
Tags: 1:1.1.1-0ubuntu1
* New Upstream version
* Changed Build-Depends from mesa-swrast-source to mesa-swx11-source,
  following Debian package nomenclature
* Re-did 12_security_policy_in_etc.diff for 1.1.1
* Dropped 15_security_allocate_local.diff (applied upstream)
* Dropped 16_SECURITY_setuid.diff (applied upstream)
* Dropped 000_ubuntu_fix_read_kernel_mapping.patch (applied upstream)
* Dropped 002_ubuntu_fix_for_certain_intel_chipsets.patch (applied upstream)
* Updated versioned Build-Depends on mesa-swx11-source to version
  6.5.0.cvs.20060725-0ubuntu1
* Added arrayobj.c, arrayobj.h, bitset.h & rbadaptors.h to
  GL/symlink-mesa.sh (linked from mesa-swx11-source)
* Added arrayobj.c to default build target on GL/mesa/main

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XFree86: xc/programs/Xserver/Xi/getselev.h,v 3.1 1996/04/15 11:18:49 dawes Exp $ */
2
1
/************************************************************
3
2
 
4
3
Copyright 1996 by Thomas E. Dickey <dickey@clark.net>
31
30
#ifndef GETSELEV_H
32
31
#define GETSELEV_H 1
33
32
 
34
 
int
35
 
SProcXGetSelectedExtensionEvents(
36
 
        ClientPtr              /* client */
37
 
        );
38
 
 
39
 
int
40
 
ProcXGetSelectedExtensionEvents(
41
 
        ClientPtr              /* client */
42
 
        );
43
 
 
44
 
void
45
 
SRepXGetSelectedExtensionEvents (
46
 
        ClientPtr              /* client */,
47
 
        int                    /* size */,
48
 
        xGetSelectedExtensionEventsReply * /* rep */
49
 
        );
 
33
int SProcXGetSelectedExtensionEvents(ClientPtr  /* client */
 
34
    );
 
35
 
 
36
int ProcXGetSelectedExtensionEvents(ClientPtr   /* client */
 
37
    );
 
38
 
 
39
void SRepXGetSelectedExtensionEvents(ClientPtr /* client */ ,
 
40
                                     int /* size */ ,
 
41
                                     xGetSelectedExtensionEventsReply * /* rep */
 
42
    );
50
43
 
51
44
#endif /* GETSELEV_H */