open-src/lib/libX11/16815647.patch
changeset 1379 a78b871e6ea3
equal deleted inserted replaced
1378:baafc0f40acc 1379:a78b871e6ea3
       
     1 --- src/Cmap.h	Fri Jun  1 23:37:19 2012
       
     2 +++ src/Cmap.h	Thu May  9 10:17:19 2013
       
     3 @@ -1,3 +1,4 @@
       
     4 +#include <X11/Xlib.h>
       
     5  
       
     6  #ifndef _CMAP_H_
       
     7  #define _CMAP_H_
       
     8 --- src/Cr.h	Fri Jun  1 23:37:19 2012
       
     9 +++ src/Cr.h	Thu May  9 10:17:25 2013
       
    10 @@ -1,3 +1,4 @@
       
    11 +#include <X11/Xlib.h>
       
    12  
       
    13  #ifndef _CR_H_
       
    14  #define _CR_H_
       
    15 --- src/Key.h	Fri Jun  1 23:37:19 2012
       
    16 +++ src/Key.h	Thu May  9 10:24:27 2013
       
    17 @@ -1,3 +1,5 @@
       
    18 +#include <X11/Xlib.h>
       
    19 +#include <X11/Xresource.h>
       
    20  
       
    21  #ifndef _KEY_H_
       
    22  #define _KEY_H_
       
    23 --- src/Xresinternal.h	Fri Jun  1 23:37:19 2012
       
    24 +++ src/Xresinternal.h	Thu May  9 10:27:08 2013
       
    25 @@ -2,6 +2,8 @@
       
    26  #ifndef _XRESINTERNAL_H_
       
    27  #define _XRESINTERNAL_H_
       
    28  
       
    29 +#include <X11/Xlib.h>
       
    30 +#include <X11/Xresource.h>
       
    31  #include <inttypes.h>
       
    32  
       
    33  /* type defines */
       
    34 --- src/locking.h	Fri Jun  1 23:37:19 2012
       
    35 +++ src/locking.h	Thu May  9 10:29:25 2013
       
    36 @@ -36,6 +36,8 @@
       
    37  
       
    38  #define xmalloc(s) Xmalloc(s)
       
    39  #define xfree(s) Xfree(s)
       
    40 +#include <X11/Xlib.h>
       
    41 +#include <X11/Xlibint.h>
       
    42  #include <X11/Xthreads.h>
       
    43  
       
    44  struct _XCVList {
       
    45 --- src/Xintatom.h	Fri Jun  1 23:37:19 2012
       
    46 +++ src/Xintatom.h	Thu May  9 10:19:14 2013
       
    47 @@ -1,7 +1,7 @@
       
    48 -
       
    49  #ifndef _XINTATOM_H_
       
    50  #define _XINTATOM_H_ 1
       
    51  
       
    52 +#include <X11/Xlib.h>
       
    53  #include <X11/Xfuncproto.h>
       
    54  
       
    55  /* IntAtom.c */
       
    56 --- src/Xintconn.h	Fri Jun  1 23:37:19 2012
       
    57 +++ src/Xintconn.h	Thu May  9 10:19:05 2013
       
    58 @@ -1,8 +1,8 @@
       
    59 -
       
    60  #ifndef _XINTCONN_H_
       
    61  #define _XINTCONN_H_ 1
       
    62  
       
    63  #include <X11/Xfuncproto.h>
       
    64 +#include <X11/Xlib.h>
       
    65  
       
    66  _XFUNCPROTOBEGIN
       
    67  
       
    68 --- src/Xprivate.h	Fri Jun  1 23:37:19 2012
       
    69 +++ src/Xprivate.h	Thu May  9 10:19:26 2013
       
    70 @@ -8,6 +8,8 @@
       
    71  #ifndef XPRIVATE_H
       
    72  #define XPRIVATE_H
       
    73  
       
    74 +#include <X11/Xlib.h>
       
    75 +
       
    76  extern _X_HIDDEN void _XIDHandler(Display *dpy);
       
    77  extern _X_HIDDEN void _XSeqSyncFunction(Display *dpy);
       
    78  extern _X_HIDDEN void _XSetPrivSyncFunction(Display *dpy);