!---------------------------------------------------------------& ! & ! SMG.DFN & ! & ! Screen management system common information & ! & ! These variables are all set in SMG_OPEN. In addition, the & ! number of virtual displays is modified in the virtual display & ! creation routine, SMG_ADD_VIRTUAL_DISPLAY. The number of & ! pasteboards is modified in SMG_ADD_PASTEBOARD. & ! & !---------------------------------------------------------------& MAP (SMG) LONG Pasteboard_ID(3%), & Current_pasteboard_id, & Keyboard_ID(3%), & Current_keyboard_id, & Display_ID(19%), & Err_display_ID, & Input_function_modifier1, & Input_function_modifier2, & Input_display_attr, & Term_set_mask(3%), & Number_virtual_displays, & Number_pasteboards, & STRING Paint_char = 1%, & Del_seq = 3% MAP (TERM) WORD Term_set_mask_size, & Unused, & LONG Term_set_mask_loc MAP (TERM) LONG Term_set_mask_desc(1%)