File: Colors.h

package info (click to toggle)
fvwm95 2.0.43ba-22
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,904 kB
  • ctags: 4,760
  • sloc: ansic: 46,436; makefile: 1,589; sh: 780; perl: 328
file content (19 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Part of the FvwmTaskBar Module for Fvwm. 
 *
 * The functions in this header file were originally part of the GoodStuff
 * and FvwmIdent modules for Fvwm, so there copyrights are listed:
 *
 * Copyright 1994, Robert Nation and Nobutaka Suzuki.
 * No guarantees or warantees or anything
 * are provided or implied in any way whatsoever. Use this program at your
 * own risk. Permission to use this program for any purpose is given,
 * as long as the copyright is kept intact. */

#include <X11/Intrinsic.h>

/* Function Prototypes */
Pixel GetColor(char *name);
Pixel GetHilite(Pixel background);
Pixel GetShadow(Pixel background);
void nocolor(char *a, char *b);