mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
8 lines
140 B
C
8 lines
140 B
C
#ifndef XSERVER_XVDISP_H
|
|
#define XSERVER_XVDISP_H
|
|
|
|
extern void XineramifyXv(void);
|
|
extern int xvUseXinerama;
|
|
|
|
#endif /* XSERVER_XVDISP_H */
|