mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-22 14:00:51 +02:00
xext: Use proto header rather than the Xext include file, this prevents userspace being pulled in causing issues
Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Daniel Stone <daniel@fooishbar.org>
(cherry picked from commit a38ca0063c)
This commit is contained in:
parent
0f3a89d306
commit
fc792024f7
1 changed files with 3 additions and 1 deletions
|
|
@ -40,7 +40,9 @@ Equipment Corporation.
|
|||
#ifndef _PANORAMIX_H_
|
||||
#define _PANORAMIX_H_
|
||||
|
||||
#include <X11/extensions/panoramiXext.h>
|
||||
#define _PANORAMIX_SERVER
|
||||
#include <X11/extensions/panoramiXproto.h>
|
||||
#undef _PANORAMIX_SERVER
|
||||
#include "gcstruct.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue