mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 03:38:05 +02:00
XFree86 4.3.99.902 (RC 2)
This commit is contained in:
parent
cefe7009c7
commit
2ecaf6adfe
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $XFree86: xc/include/extensions/Xinerama.h,v 3.3 2002/09/16 18:05:19 eich Exp $ */
|
||||
/* $XFree86: xc/include/extensions/Xinerama.h,v 3.4 2003/12/18 05:48:06 dawes Exp $ */
|
||||
|
||||
#ifndef _Xinerama_h
|
||||
#define _Xinerama_h
|
||||
|
|
@ -21,8 +21,8 @@ Bool XineramaQueryExtension (
|
|||
|
||||
Status XineramaQueryVersion(
|
||||
Display *dpy,
|
||||
int *major,
|
||||
int *minor
|
||||
int *major_versionp,
|
||||
int *minor_versionp
|
||||
);
|
||||
|
||||
Bool XineramaIsActive(Display *dpy);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue