Fix TxCommand forward declaration for WindExecute prototype
This commit is contained in:
parent
70083211a0
commit
3952d07b17
|
|
@ -38,7 +38,7 @@
|
|||
#define TX_MAXARGS 200
|
||||
#define TX_MAX_CMDLEN 2048
|
||||
|
||||
typedef struct { /* A command -- either a button push or
|
||||
typedef struct TX_CMD_S { /* A command -- either a button push or
|
||||
* a textual command.
|
||||
*/
|
||||
Point tx_p; /* The location of the pointing device
|
||||
|
|
|
|||
|
|
@ -251,6 +251,7 @@ extern void WindOutToIn();
|
|||
extern void WindInToOut();
|
||||
extern void WindSetWindowAreas(MagWindow *);
|
||||
extern void windFixSurfaceArea();
|
||||
typedef struct TX_CMD_S TxCommand; /* Forward declaration; defined in textio/txcommands.h */
|
||||
extern int WindExecute(MagWindow *, WindClient, TxCommand *);
|
||||
extern void WindAddCommand(WindClient, char *, void (*)(), bool);
|
||||
extern int WindReplaceCommand();
|
||||
|
|
|
|||
Loading…
Reference in New Issue