DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦daec37a4e⟧ Ada Source

    Length: 13312 (0x3400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Xlbt_Display2, seg_004fa7

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with Xlbt_Display3;

package Xlbt_Display2 is
------------------------------------------------------------------------------
-- X Library Display - Extended User Interface
--
-- Xlbt_Display2 - Types that need not be imported directly into most programs.
------------------------------------------------------------------------------
-- Copyright 1989 - 1991 by Rational, Santa Clara, California.
-- Copyright 1985 - 1989 by the Massachusetts Institute of Technology
--
--                  All Rights Reserved.
--
-- Permission to use, copy, modify, and distribute this software and its
-- documentation for any purpose and without fee is hereby granted,
-- provided that the above copyright notice(s) appear in all copies and that
-- both that copyright notice(s) and this permission notice appear in
-- supporting documentation, and that the names of MIT or Rational not be
-- used in advertising or publicity pertaining to distribution of the software
-- without specific, written prior permission.
--
-- MIT and Rational disclaim all warranties with regard to this software,
-- including all implied warranties of merchantability and fitness, in no
-- event shall MIT or Rational be liable for any special, indirect or
-- consequential damages or any damages whatsoever resulting from loss of use,
-- data or profits, whether in an action of contract, negligence or other
-- tortious action, arising out of or in connection with the use or performance
-- of this software.
------------------------------------------------------------------------------

--\x0c
    package D3 renames Xlbt_Display3;

------------------------------------------------------------------------------
-- X_Depth; contains information for each possible display depth.
------------------------------------------------------------------------------

    subtype X_Depth_Rec   is D3.X_Depth_Rec;  
    subtype X_Depth       is D3.X_Depth;  
    subtype X_Depth_Array is D3.X_Depth_Array;  
    subtype X_Depth_List  is D3.X_Depth_List;

    None_X_Depth      : X_Depth      renames D3.None_X_Depth;  
    None_X_Depth_List : X_Depth_List renames D3.None_X_Depth_List;

    function "=" (A, B : X_Depth_List) return Boolean renames D3."=";  
    function "=" (A, B : X_Depth)      return Boolean renames D3."=";

    procedure Free_X_Depth      (Depth : in out X_Depth)  
        renames D3.Free_X_Depth;  
    procedure Free_X_Depth_List (List : in out X_Depth_List)  
        renames D3.Free_X_Depth_List;

------------------------------------------------------------------------------
-- X_Display
------------------------------------------------------------------------------

    subtype X_Display_Array is D3.X_Display_Array;  
    subtype X_Display_List  is D3.X_Display_List;

    None_X_Display_List : X_Display_List renames D3.None_X_Display_List;

    procedure Free_X_Display_List (List : in out X_Display_List)  
        renames D3.Free_X_Display_List;

    function "=" (A, B : X_Display_List) return Boolean renames D3."=";

------------------------------------------------------------------------------
-- X_Display_Flags - Internal flags indicating important state changes
------------------------------------------------------------------------------

    subtype X_Display_Flags_Index is D3.X_Display_Flags_Index;

    Xlib_Display_Io_Error : constant X_Display_Flags_Index :=  
       D3.Xlib_Display_Io_Error;
    ----An I/O error occurred on the network

    Xlib_Display_Closing : constant X_Display_Flags_Index :=  
       D3.Xlib_Display_Closing;
    ----The display connection is closing down

------------------------------------------------------------------------------
-- X_Display
------------------------------------------------------------------------------

    subtype X_Display_Rec is D3.X_Display_Rec;

------------------------------------------------------------------------------
-- X_Last_Request - Last graphic request made
------------------------------------------------------------------------------

    subtype X_Last_Request is D3.X_Last_Request;

------------------------------------------------------------------------------
-- X_Queued_Event data type for use in input queueing.
------------------------------------------------------------------------------

    subtype X_Queued_Event_Rec is D3.X_Queued_Event_Rec;  
    subtype X_Queued_Event     is D3.X_Queued_Event;

    None_X_Queued_Event : X_Queued_Event renames D3.None_X_Queued_Event;

    function "=" (A, B : X_Queued_Event) return Boolean renames D3."=";

    procedure Free_X_Queued_Event (Event : in out X_Queued_Event)  
        renames D3.Free_X_Queued_Event;

------------------------------------------------------------------------------
-- X_Screen - Information about the screen.
------------------------------------------------------------------------------

    subtype X_Screen_Rec is D3.X_Screen_Rec;

    subtype X_Screen_Array is D3.X_Screen_Array;  
    subtype X_Screen_List  is D3.X_Screen_List;

    None_X_Screen_List : X_Screen_List renames D3.None_X_Screen_List;

    function "=" (A, B : X_Screen_List) return Boolean renames D3."=";

    procedure Free_X_Screen      (Screen : in out D3.X_Screen)  
        renames D3.Free_X_Screen;  
    procedure Free_X_Screen_List (List : in out X_Screen_List)  
        renames D3.Free_X_Screen_List;

------------------------------------------------------------------------------
-- X_Screen_Format - describes Z_Format data the screen will understand.
------------------------------------------------------------------------------

    subtype X_Screen_Format_Rec   is D3.X_Screen_Format_Rec;  
    subtype X_Screen_Format       is D3.X_Screen_Format;  
    subtype X_Screen_Format_Array is D3.X_Screen_Format_Array;  
    subtype X_Screen_Format_List  is D3.X_Screen_Format_List;

    None_X_Screen_Format      : X_Screen_Format renames D3.None_X_Screen_Format;  
    None_X_Screen_Format_List : X_Screen_Format_List  
        renames D3.None_X_Screen_Format_List;

    function "=" (A, B : X_Screen_Format)      return Boolean renames D3."=";  
    function "=" (A, B : X_Screen_Format_List) return Boolean renames D3."=";

    procedure Free_X_Screen_Format      (Format : in out X_Screen_Format)  
        renames D3.Free_X_Screen_Format;  
    procedure Free_X_Screen_Format_List (List : in out X_Screen_Format_List)  
        renames D3.Free_X_Screen_Format_List;

------------------------------------------------------------------------------
-- X_Display Event Dispatch Vectors
------------------------------------------------------------------------------

    subtype X_Event_Wire_Array is D3.X_Event_Wire_Array;
    ----Array of X_Event_Wire_Type;

    subtype X_Wire_Event_Array is D3.X_Wire_Event_Array;
    ----Array of X_Wire_Event_Type;


------------------------------------------------------------------------------
-- X_Reply_S_Natural - Size of a reply based upon the request that got it.
------------------------------------------------------------------------------

    subtype X_Reply_S_Natural is D3.X_Reply_S_Natural;

end Xlbt_Display2;  

E3 Meta Data

    nblk1=c
    nid=0
    hdr6=18
        [0x00] rec0=15 rec1=00 rec2=01 rec3=02a
        [0x01] rec0=14 rec1=00 rec2=02 rec3=04c
        [0x02] rec0=00 rec1=00 rec2=0c rec3=010
        [0x03] rec0=18 rec1=00 rec2=03 rec3=03e
        [0x04] rec0=02 rec1=00 rec2=0b rec3=010
        [0x05] rec0=17 rec1=00 rec2=04 rec3=036
        [0x06] rec0=17 rec1=00 rec2=05 rec3=048
        [0x07] rec0=00 rec1=00 rec2=0a rec3=008
        [0x08] rec0=17 rec1=00 rec2=06 rec3=044
        [0x09] rec0=00 rec1=00 rec2=09 rec3=028
        [0x0a] rec0=17 rec1=00 rec2=07 rec3=068
        [0x0b] rec0=07 rec1=00 rec2=08 rec3=000
    tail 0x2170071ee819783e0d3e5 0x42a00088462063203