home *** CD-ROM | disk | FTP | other *** search
- /* This source file is part of the LynxLib miscellaneous library by
- Robert Fischer, and is Copyright 1990 by Robert Fischer. It costs no
- money, and you may not make money off of it, but you may redistribute
- it. It comes with ABSOLUTELY NO WARRANTY. See the file LYNXLIB.DOC
- for more details.
- To contact the author:
- Robert Fischer \\80 Killdeer Rd \\Hamden, CT 06517 USA
- (203) 288-9599 fischer-robert@cs.yale.edu */
-
- #define undraw_box(d) dial_form(d, FMD_FINISH);
- #define draw_obj(d, obj) objc_draw(d, obj, 256, 0, 0, 0, 0);
-
- /* Mouse buttons */
- #define LEFT_BUTTON 0x1 /* Left & right for AES */
- #define RIGHT_BUTTON 0x2
- #define VLEFT_BUTTON 0x20 /* Left & right for VDI */
- #define VRIGHT_BUTTON 0x21
-
- /* Stuff for vro_cpyfm */
- #define OPAQUE 3
- #define TRANSPARENT 7
-
- /* wind_get */
- #define DESKTOP 0
-