File: option.h

package info (click to toggle)
xlockmore 1%3A5.02-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,676 kB
  • ctags: 12,741
  • sloc: ansic: 105,468; cpp: 3,216; makefile: 2,255; sh: 1,908; tcl: 1,333; java: 471; perl: 434
file content (11 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/* number of buttons, toggles, and string options */

#define  PUSHBUTTONS  3
#define  TOGGLES  23
#define  OPTIONS  6

#define XLOCK "xlock"
#define WINDOW_WIDTH 160
#define WINDOW_HEIGHT 100
#define WINDOW_GEOMETRY "160x100"