File: X-headers.H

package info (click to toggle)
dxpc 3.9.2-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,164 kB
  • ctags: 1,252
  • sloc: cpp: 12,036; sh: 2,823; makefile: 77
file content (15 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef DXPC_H_HEADERS_H_
# define DXPC_H_HEADERS_H_

# if !defined(__CYGWIN32__) && !defined(__MINGW32__)
#  include <X11/X.h>
#  include <X11/Xproto.h>
#  include <X11/Xatom.h>
#  
# else
#  include "X-mingw.h"
#  include "Xproto-cygwin.h"
#  include "Xatom-mingw.h"
# endif

#endif