Add missing XAtom type to struct when flushing property events.
[fvwm.git] / vms / vms.h
blob8810bd7fd4e0ae6a4bdcf3118fc8400ea727c553
1 /* -*-c-*- */
2 /*----------------------------------------------------------------------------------------------------------------------------------
3 Module : vms.h for Fvwm on Open VMS
4 Author : Fabien Villard (Villard_F@Decus.Fr)
5 Date : 5-JAN-1999
6 Action : specials functions and constants for running Fvwm with OpenVms.
7 ----------------------------------------------------------------------------------------------------------------------------------*/
8 #include "ftime.h"
10 #ifndef DBG
11 #define DBG -1
12 #define INFO 0
13 #define WARN 1
14 #define ERR 2
15 #endif
17 #define VMS_MAX_ARGUMENT_IN_CMD 255 /* - Maximum number in a command passed to builtin functions - */
19 void VMS_msg(int type,char *id,char *msg,...);
20 void VMS_SplitCommand(char *cmd, char **argums, int maxArgums, int *nbArgums);
21 int VMS_select_pipes(int nbPipes, fd_set *readFds, fd_set *writeFds, fd_set *filler, struct timeval *timeoutVal);