Windows2003-3790/windows/richedit/lsinc/lsact.h

21 lines
484 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef LSACT_DEFINED
#define LSACT_DEFINED
#include "lsdefs.h"
#include "kamount.h"
#define sideNone 0 /* means no action */
#define sideLeft 1
#define sideRight 2
#define sideLeftRight 3 /* Review(segeyge): how to distribute?*/
typedef struct lsact /* action */
{
BYTE side; /* side of action (left/right/both) */
KAMOUNT kamnt; /* amount of action */
} LSACT;
#endif /* !LSACT_DEFINED */