home *** CD-ROM | disk | FTP | other *** search
- /*
- bdmousod.h 12/19/88
-
- % box border with scroll lights and mouse support header.
-
- OWL 1.1
- Copyright (c) 1988, by Oakland Group, Inc.
- ALL RIGHTS RESERVED.
-
- Revision History:
- -----------------
- 12/18/88 jdc made it a subclass of bdsidebar
- 12/19/88 ted made it a subclass of bdprompt as well.
-
- 5/23/89 jmd added "border features"
- */
-
- #include "bdpromod.h" /* inherits bdprompt */
- #include "bdsideod.h" /* inherits bdsidebar */
- /* -------------------------------------------------------------------------- */
-
- typedef struct {
- bdsidebar_od sidebar;
- bdprompt_od prompt;
- } bdmouse_od;
-
- #define bdmouse_DoRaw(bdmd, msg, indata, outdata) \
- obj_DoRaw(bd_mouse, bdmd, msg, indata, outdata)
- /* -------------------------------------------------------------------------- */
-
-