~darkxst/ubuntu/raring/xorg-server/lp1073724

« back to all changes in this revision

Viewing changes to include/dix.h

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2011-12-20 11:39:51 UTC
  • mto: (0.10.23) (1.1.48)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: package-import@ubuntu.com-20111220113951-cx9svdcnqpcta5wk
Tags: upstream-1.11.99.2
ImportĀ upstreamĀ versionĀ 1.11.99.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
/* dixutils.c */
176
176
 
177
177
extern _X_EXPORT int CompareISOLatin1Lowered(
178
 
    unsigned char * /*a*/,
 
178
    const unsigned char * /*a*/,
179
179
    int alen,
180
 
    unsigned char * /*b*/,
 
180
    const unsigned char * /*b*/,
181
181
    int blen);
182
182
 
183
183
extern _X_EXPORT int dixLookupWindow(
339
339
extern void EnqueueEvent(
340
340
    InternalEvent * /* ev */,
341
341
    DeviceIntPtr  /* device */);
 
342
extern void PlayReleasedEvents(void);
342
343
 
343
344
extern void ActivatePointerGrab(
344
345
    DeviceIntPtr /* mouse */,
399
400
    WindowPtr /* stopAt */,
400
401
    DeviceIntPtr /* dev */);
401
402
 
 
403
extern int DeliverOneGrabbedEvent(
 
404
    InternalEvent* /* event*/,
 
405
    DeviceIntPtr /* dev */,
 
406
    enum InputLevel /* level */);
 
407
 
402
408
extern void InitializeSprite(
403
409
    DeviceIntPtr /* pDev */,
404
410
    WindowPtr    /* pWin */);
529
535
ScreenRestructured (ScreenPtr pScreen);
530
536
#endif
531
537
 
 
538
#ifndef HAVE_FFS
532
539
extern _X_EXPORT int ffs(int i);
 
540
#endif
533
541
 
534
542
 
535
543
/*