/[winpt]/trunk/Include/wptRegistry.h
ViewVC logotype

Diff of /trunk/Include/wptRegistry.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 22 by twoaday, Wed Aug 10 11:33:35 2005 UTC
# Line 1  Line 1 
1  /* wptRegistry.h - Win32 Registry headerfile  /* wptRegistry.h - Win32 Registry headerfile
2   *      Copyright (C) 2000-2004 Timo Schulz   *      Copyright (C) 2000-2005 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
# Line 35  enum { Line 35  enum {
35      CFG_DISHOTKEYS,      CFG_DISHOTKEYS,
36      CFG_NOZIP_MMEDIA,      CFG_NOZIP_MMEDIA,
37      CFG_EXPERT,      CFG_EXPERT,
38        CFG_FM_PROGRESS,
39      /* end of id list */      /* end of id list */
40      CFG_AUTOBAKPATH,      CFG_AUTOBAKPATH,
41      CFG_KSERV_CONF,      CFG_KSERV_CONF,
# Line 61  struct winpt_reg_prefs_s { Line 62  struct winpt_reg_prefs_s {
62      int auto_backup;    /* automatic backup (1 means activated) */      int auto_backup;    /* automatic backup (1 means activated) */
63      struct {      struct {
64          int mode;          int mode;
65          char * path;          char *path;
66      } backup;      } backup;
67      char * kserv_conf;      char *kserv_conf;
68      int expert;      int expert;
69        struct {
70            int progress;
71        } fm;
72        char *homedir;     /* WinPT mobile home dir */
73  };  };
74    
75  extern reg_hotkey_s reg_hotkeys[];  extern reg_hotkey_s reg_hotkeys[];

Legend:
Removed from v.2  
changed lines
  Added in v.22

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26