wmshutdown: Destroy dialog window before shutting down. This is especially useful...
[dockapps.git] / pclock / src / Defaults.h
blob415bfaee6f6205ab6e79726cc9b5327ccac3cfbe
1 /* -*- Mode: C; fill-column: 79 -*- *******************************************
2 *******************************************************************************
3 pclock -- a simple analog clock program for the X Window System
4 Copyright (C) 1998 Alexander Kourakos
5 Time-stamp: <1998-05-28 21:02:08 awk@oxygene.vnet.net>
7 This program is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free Software
9 Foundation; either version 2 of the License, or (at your option) any later
10 version.
12 This program is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License along with
17 this program; if not, write to the Free Software Foundation, Inc.,
18 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 Author: Alexander Kourakos
21 Email: Alexander@Kourakos.com
22 Web: http://www.kourakos.com/~awk/pclock/
23 *******************************************************************************
24 ******************************************************************************/
26 #ifndef Defaults_H
27 #define Defaults_H 1
29 #define UNDER_WINDOWMAKER TRUE
30 #define SHOW_SECONDS TRUE
32 #define HAND_COLOR "rgb:c0/c0/ff"
33 #define SECOND_HAND_COLOR "white"
35 #define HAND_WIDTH 3
36 #define SECOND_HAND_WIDTH 0
38 #define HOUR_HAND_LENGTH 12
39 #define MINUTE_HAND_LENGTH 19
40 #define SECOND_HAND_LENGTH 21
42 #endif
44 /******************************************************************************
45 *******************************************************************************
46 END OF FILE
47 *******************************************************************************
48 ******************************************************************************/