|
|
Initial revision
typedef struct {
UINT text_vbp;
UINT textymax;
UINT grph_vbp;
UINT grphymax;
UINT scrnxpos;
UINT scrnxmax;
UINT scrnxextend;
UINT scrnymax;
UINT32 textvad;
UINT32 grphvad;
} DSYNC;
#ifdef __cplusplus
extern "C" {
#endif
extern DSYNC dsync;
void dispsync_init(void);
BOOL dispsync_renewalmode(void);
BOOL dispsync_renewalhorizontal(void);
BOOL dispsync_renewalvertical(void);
#ifdef __cplusplus
}
#endif