[go: up one dir, main page]

File: fookb.h

package info (click to toggle)
fookb 3.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 368 kB
  • ctags: 47
  • sloc: ansic: 597; makefile: 89; sh: 44
file content (20 lines) | stat: -rw-r--r-- 380 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
20
/*
 * fookb.h
 * 
 * (c) 1998-2002 Alexey Vyskubov <alexey@mawhrin.net>
 *
 */

#ifndef FOOKB_H
#define FOOKB_H

/* void getGC(Window, GC *); */

void update_window(Window, GC, unsigned int);

extern Display *dpy;		/* X display */
extern int scr;			/* X screen */
extern Window root;		/* X root window */
extern char mydispname[256];	/* X display name */

#endif				/* FOOKB_H */