File: Xpaint.h

package info (click to toggle)
xpaint 2.7.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,532 kB
  • ctags: 3,405
  • sloc: ansic: 36,749; makefile: 49; sh: 18
file content (19 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <ctype.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>

#include "XPAINT_SHAREDIR/include/Paint.h"
#include "XPAINT_SHAREDIR/include/xpaint.h"
#include "XPAINT_SHAREDIR/include/graphic.h"
#include "XPAINT_SHAREDIR/include/image.h"
#include "XPAINT_SHAREDIR/include/misc.h"
#include "XPAINT_SHAREDIR/include/region.h"