~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/xfree86/os-support/usl/usl_xqueue.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $XdotOrg: xserver/xorg/hw/xfree86/os-support/usl/usl_xqueue.h,v 1.2 2005/11/08 06:33:30 jkj Exp $ */
 
2
 
 
3
#ifndef _XF86_USL_XQUEUE_H_
 
4
#define _XF86_USL_XQUEUE_H_
 
5
 
 
6
extern int XqMseOnOff (InputInfoPtr pInfo, int on);
 
7
extern int XqKbdOnOff (InputInfoPtr pInfo, int on);
 
8
 
 
9
#endif