File: mainloop.h

package info (click to toggle)
vreng 1.6.3-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,400 kB
  • ctags: 3,097
  • sloc: ansic: 15,988; sh: 1,845; perl: 1,330; makefile: 59
file content (19 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef MAINLOOP_H
#define MAINLOOP_H

#include <X11/Intrinsic.h>

/* #define NBPICMEAN		5 */
#define NBPICMEAN		10
#define MAX_EVENT_CNT		2
#define MIN_EVENT_REDISP	10
/* #define NET_TIMEOUT		1000 */	/* 1000 ms */
#define NET_TIMEOUT		500	/* 500 ms */
#define WMGT_TIMEOUT		50	/* 50 ms */

extern int iconified;

void mainloop(void);
void mapWin3D(Widget, XEvent *, String *, Cardinal *);

#endif  /* MAINLOOP_H */