Changeset 1719 in Sophya for trunk/SophyaExt/XephemAstroLib/preferences.h
- Timestamp:
- Oct 22, 2001, 2:08:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/preferences.h
r1457 r1719 7 7 8 8 typedef 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, 11 11 NPREFS 12 12 } Preferences; … … 21 21 typedef enum {PREF_TIPSON, PREF_NOTIPS} PrefTips; 22 22 typedef enum {PREF_CONFIRMON, PREF_NOCONFIRM} PrefConfirm; 23 typedef enum {PREF_SAT, PREF_SUN, PREF_MON} PrefWeekStart; 23 24 24 25 extern int pref_get P_((Preferences p)); … … 28 29 29 30 /* 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 $ 31 32 */
Note:
See TracChangeset
for help on using the changeset viewer.