mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2025-12-24 18:20:06 +01:00
Bug #4439: Include Xlib.h.
This commit is contained in:
parent
461b3c5c0e
commit
1f862e619f
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-03-04 Daniel Stone <daniel@freedesktop.org>
|
||||
|
||||
* include/X11/Xcursor/Xcursor.h:
|
||||
Bug #4439: Include Xlib.h.
|
||||
|
||||
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#define _XCURSOR_H_
|
||||
#include <stdio.h>
|
||||
#include <X11/Xfuncproto.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
typedef int XcursorBool;
|
||||
typedef unsigned int XcursorUInt;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue