diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:01:28 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:01:28 -0500 |
commit | 9748bc5b219a973fe75dd01368a60ed24557d886 (patch) | |
tree | 16f3fd458ddf3f1a0a8ac57d14553fa8bc55db05 /globals.h | |
parent | e1c46afc795176f55dcc680f5b29771e5f17b044 (diff) |
first full proper handling of local/remote control modes
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -771,6 +771,7 @@ typedef struct { typedef struct { int connections; + int mode; } RemoteStruct; @@ -786,7 +787,6 @@ typedef struct { TimeStruct Timers; MenuStatusStruct MenuStatus; RemoteStruct Remote; - int control_mode; // FIXME and all instances of control_mode } GlobalStruct; |