mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
Fix TxCommand forward declaration for WindExecute prototype
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@
|
|||||||
#define TX_MAXARGS 200
|
#define TX_MAXARGS 200
|
||||||
#define TX_MAX_CMDLEN 2048
|
#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.
|
* a textual command.
|
||||||
*/
|
*/
|
||||||
Point tx_p; /* The location of the pointing device
|
Point tx_p; /* The location of the pointing device
|
||||||
|
|||||||
@@ -251,6 +251,7 @@ extern void WindOutToIn();
|
|||||||
extern void WindInToOut();
|
extern void WindInToOut();
|
||||||
extern void WindSetWindowAreas(MagWindow *);
|
extern void WindSetWindowAreas(MagWindow *);
|
||||||
extern void windFixSurfaceArea();
|
extern void windFixSurfaceArea();
|
||||||
|
typedef struct TX_CMD_S TxCommand; /* Forward declaration; defined in textio/txcommands.h */
|
||||||
extern int WindExecute(MagWindow *, WindClient, TxCommand *);
|
extern int WindExecute(MagWindow *, WindClient, TxCommand *);
|
||||||
extern void WindAddCommand(WindClient, char *, void (*)(), bool);
|
extern void WindAddCommand(WindClient, char *, void (*)(), bool);
|
||||||
extern int WindReplaceCommand();
|
extern int WindReplaceCommand();
|
||||||
|
|||||||
Reference in New Issue
Block a user