File: Cmap.h

package info (click to toggle)
libx11 2%3A1.8.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,644 kB
  • sloc: ansic: 113,667; xml: 104,993; sh: 4,984; makefile: 2,141; perl: 352
file content (12 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef _CMAP_H_
#define _CMAP_H_

#include <X11/Xlib.h>

extern void
_XcmsDeleteCmapRec(
    Display *dpy,
    Colormap cmap);

#endif /* _CMAP_H_ */