dockapps/cnslock/include/defines.h
Doug Torrance 431faf8097 cnslock: Add version 1.02 to repository.
From
http://www.gnu-darwin.org/distfiles/cnslock-1.02.tar.gz
(Note that this file is not really gzipped, just use "tar -xf".)
2016-12-27 20:51:47 +00:00

21 lines
420 B
C

#ifndef DEFINES_H
#define DEFINES_H
/* Below this line, there are only defines that users don't have to
care about normally.
-----------------------------------------------------------------------------*/
/* perform clipping outside this range, also this is the size of the
* drawing area */
#define XMIN 4
#define XMAX 56
#define YMIN 4
#define YMAX 56
#define WINDOWSIZE_X 64
#define WINDOWSIZE_Y 64
#endif