Ignore:
Timestamp:
Oct 22, 2001, 2:08:28 PM (24 years ago)
Author:
cmv
Message:

Adapted to version 3.5 xephem cmv 22/10/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XephemAstroLib/preferences.h

    r1457 r1719  
    77
    88typedef enum {
    9     PREF_EQUATORIAL, PREF_UNITS, PREF_DATE_FORMAT, PREF_ZONE,
    10     PREF_DPYPREC, PREF_MSG_BELL, PREF_PRE_FILL, PREF_TIPS, PREF_CONFIRM,
     9    PREF_EQUATORIAL, PREF_UNITS, PREF_DATE_FORMAT, PREF_ZONE, PREF_DPYPREC,
     10    PREF_MSG_BELL, PREF_PRE_FILL, PREF_TIPS, PREF_CONFIRM, PREF_WEEKSTART,
    1111    NPREFS
    1212} Preferences;
     
    2121typedef enum {PREF_TIPSON, PREF_NOTIPS} PrefTips;
    2222typedef enum {PREF_CONFIRMON, PREF_NOCONFIRM} PrefConfirm;
     23typedef enum {PREF_SAT, PREF_SUN, PREF_MON} PrefWeekStart;
    2324
    2425extern int pref_get P_((Preferences p));
     
    2829
    2930/* For RCS Only -- Do Not Edit
    30  * @(#) $RCSfile: preferences.h,v $ $Date: 2001-04-10 14:40:47 $ $Revision: 1.1.1.1 $ $Name: not supported by cvs2svn $
     31 * @(#) $RCSfile: preferences.h,v $ $Date: 2001-10-22 12:08:27 $ $Revision: 1.2 $ $Name: not supported by cvs2svn $
    3132 */
Note: See TracChangeset for help on using the changeset viewer.