input: move inputstr.h to where its needed.
This stops inputstr.h being needed to be included by output drivers. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6f59a81600
commit
6d4ffcc9e0
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
#include <X11/X.h>
|
#include <X11/X.h>
|
||||||
#include <X11/extensions/XI2.h>
|
#include <X11/extensions/XI2.h>
|
||||||
|
#include "inputstr.h"
|
||||||
#include "windowstr.h"
|
#include "windowstr.h"
|
||||||
#include "scrnintstr.h"
|
#include "scrnintstr.h"
|
||||||
#include "exglobals.h"
|
#include "exglobals.h"
|
||||||
|
|
|
@ -59,7 +59,6 @@ SOFTWARE.
|
||||||
#include "miscstruct.h"
|
#include "miscstruct.h"
|
||||||
#include <X11/Xprotostr.h>
|
#include <X11/Xprotostr.h>
|
||||||
#include "opaque.h"
|
#include "opaque.h"
|
||||||
#include "inputstr.h"
|
|
||||||
|
|
||||||
#define GuaranteeNothing 0
|
#define GuaranteeNothing 0
|
||||||
#define GuaranteeVisBack 1
|
#define GuaranteeVisBack 1
|
||||||
|
|
Loading…
Reference in New Issue