jdk/src/solaris/classes/sun/awt/X11/generator/xlibtypes.txt
author yan
Mon, 06 Oct 2008 16:45:00 +0400
changeset 1966 12a51fb0db0d
parent 2 90ce3da70b43
child 2451 597df8e1d786
permissions -rw-r--r--
5100701: Toolkit.getLockingKeyState() does not work on XToolkit, but works on Motif Summary: Does not work on Motif but works on XToolkit now; implemented using XQueryPointer. Reviewed-by: anthony
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
//
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
//
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
// This file is used for automated generation of java classes to wrap native structures.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
// The detail on format of this file see WrapperGenerator.java
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
//
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
// WARNING: if you modified this file, you need to regenerate sizes.64-solaris-i386
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
//
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
XExtData
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
    number	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
    next pointer XExtData
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
    free_private pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
    private_data	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
XIMText
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
    length	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
    feedback	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
    encoding_is_wchar	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
    string pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
XSetWindowAttributes
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
    background_pixmap	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
    background_pixel	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
    border_pixmap	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
    border_pixel	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
    bit_gravity         int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
    win_gravity         int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
    backing_store	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
    backing_planes	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
    backing_pixel	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
    save_under          Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
    event_mask          long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
    do_not_propagate_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
    override_redirect	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
    colormap            long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
    cursor              long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
Visual
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
    ext_data    pointer XExtData
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
    visualid	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
    class	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
    red_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
    green_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
    blue_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
    bits_per_rgb	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
    map_entries	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
Depth
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
    depth	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
    nvisuals	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
    visuals   pointer Visual
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
XClassHint
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
    res_name	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
    res_class	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
XIMPreeditCaretCallbackStruct
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
    position	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
    direction int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
    style     int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
XmbTextItem
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
    chars	pointer byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
    nchars	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
    delta	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
    font_set    pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
XStandardColormap
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
    colormap    long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
    red_max	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
    red_mult	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
    green_max	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
    green_mult	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
    blue_max	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
    blue_mult	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
    base_pixel	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
    visualid    long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
    killid      long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
XIMCallback
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
    client_data	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
    callback    pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
XKeyboardState
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
    key_click_percent	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
    bell_percent	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
    bell_pitch          int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
    bell_duration	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
    led_mask            long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
    global_auto_repeat	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
    auto_repeats	array byte 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
XCirculateEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
    send_event	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
    display long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
    event	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
    place	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
XWMHints
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
    flags	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
    initial_state	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
    icon_pixmap pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
    icon_window long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
    icon_x	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
    icon_y	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
    icon_mask long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
    input	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
    window_group long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
XCrossingEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
    send_event	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
    root	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
    subwindow	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
    time	ulong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
    x	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
    y	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
    x_root	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
    y_root	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
    mode	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
    detail	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
    same_screen	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
    focus	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
    state	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
XIMStringConversionText
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
    length	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
    feedback	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
    encoding_is_wchar	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
    string      pointer 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
XKeymapEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
    key_vector	array byte 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
XDestroyWindowEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
    event	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
XComposeStatus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
    compose_ptr	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
    chars_matched	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
XTextItem
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
    chars	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
    nchars	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
    delta	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
    font	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
XIMStringConversionCallbackStruct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
    position	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
    direction     int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
    operation	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
    factor	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
    text          pointer XIMStringConversionText
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
XOMFontInfo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
    num_font	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
    font_struct_list pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
    font_name_list	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
XClientMessageEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
    message_type	Atom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
    format	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
    data        array long 5
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
XMapRequestEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
    parent	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
XSelectionEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
    requestor	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
    selection	Atom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
    target	Atom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
    property	Atom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
    time	ulong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
XVisibilityEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
    state	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
XConfigureRequestEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
    parent	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
    x	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
    y	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
    width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
    height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
    border_width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
    above	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
    detail	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
    value_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
Screen
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
    ext_data pointer XExtData
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
    display pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
    root	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
    width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
    height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
    mwidth	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
    mheight	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
    ndepths	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
    depths pointer Depth
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
    root_depth	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
    root_visual pointer Visual
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
    default_gc  long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
    cmap	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
    white_pixel	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
    black_pixel	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
    max_maps	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
    min_maps	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
    backing_store	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
    save_unders	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
    root_input_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
XTextProperty
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
    value	pointer byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
    encoding    long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
    format	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
    nitems	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
XWindowChanges
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
    x	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
    y	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
    width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
    height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
    border_width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
    sibling	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
    stack_mode	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
XVisualInfo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
    visual      pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
    visualid    long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
    screen	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
    depth	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
    class	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
    red_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
    green_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
    blue_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
    colormap_size	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
    bits_per_rgb	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
XIMHotKeyTrigger
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
    keysym	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
    modifier	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
    modifier_mask	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
XIMHotKeyTriggers
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
    num_hot_key	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
    key         pointer XIMHotKeyTrigger
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
XIMStyles
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
    count_styles	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
    supported_styles	pointer long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
XIMStatusDrawCallbackStruct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
    type        int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
    data        long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
XWindowAttributes
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
    x	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
    y	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
    width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
    height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
    border_width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
    depth	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
    visual      pointer Visual
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
    root	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
    class	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
    bit_gravity	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
    win_gravity	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
    backing_store	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
    backing_planes	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
    backing_pixel	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
    save_under	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
    colormap	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
    map_installed	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
    map_state	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
    all_event_masks	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
    your_event_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
    do_not_propagate_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
    override_redirect	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
    screen pointer Screen
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
XExtCodes
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
    extension	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
    major_opcode	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
    first_event	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
    first_error	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
XPropertyEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
    atom	Atom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
    time	ulong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
    state	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
XSizeHints
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
    flags	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
    x           int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
    y           int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
    width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
    height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
    min_width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
    min_height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
    max_width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
    max_height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
    width_inc	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
    height_inc	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
    min_aspect.x int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
    min_aspect.y int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
    max_aspect.x int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
    max_aspect.y int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
    base_width   int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
    base_height  int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
    win_gravity  int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
XIconSize
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
    min_width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
    min_height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
    max_width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
    max_height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
    width_inc	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
    height_inc	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
XwcTextItem
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
    chars	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
    nchars	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
    delta	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
    font_set    pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
XIMPreeditDrawCallbackStruct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
    caret	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
    chg_first	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
    chg_length	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
    text        pointer XIMText
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
XErrorEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
    resourceid	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
    error_code	byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
    request_code	byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
    minor_code	byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
XSelectionClearEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
    send_event	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
    display long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
    selection	Atom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
    time	ulong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
XKeyboardControl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
    key_click_percent	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
    bell_percent	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
    bell_pitch	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
    bell_duration	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
    led	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
    led_mode	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
    key	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
    auto_repeat_mode	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
XAnyEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
XTimeCoord
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
    time	ulong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
    x	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
    y	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
XGravityEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
    event	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
    x           int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
    y           int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
XCharStruct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
    lbearing	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
    rbearing	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
    width	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
    ascent	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
    descent	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
    attributes	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
XArc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
    x	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
    y	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
    width	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
    height	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
    angle1	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
    angle2	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
XPoint
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
    x	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
    y	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
ScreenFormat
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
    ext_data pointer XExtData
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
    depth	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
    bits_per_pixel	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
    scanline_pad	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
XFocusChangeEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
    mode	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
    detail	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
XResizeRequestEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
    width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
    height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
XRectangle
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
    x	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
    y	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
    width	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
    height	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
XMappingEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
    request	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
    first_keycode	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
    count	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
XSegment
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
    x1	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
    y1	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
    x2	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
    y2	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
XColor
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
    pixel	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
    red         short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
    green	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
    blue	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
    flags	byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
    pad         byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
XKeyEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
    root	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
    subwindow	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
    time	ulong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
    x	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
    y	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
    x_root	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
    y_root	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
    state	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
    keycode	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
    same_screen	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
XReparentEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
    event	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
    parent	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
    x           int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
    y           int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
    override_redirect	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
XMotionEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
    root	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
    subwindow	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
    time	ulong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
    x	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
    y	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
    x_root	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
    y_root	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
    state	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
    is_hint	byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
    same_screen	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
XButtonEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
    send_event Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
    root	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
    subwindow	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
    time	ulong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
    x	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
    y	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
    x_root	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
    y_root	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
    state	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
    button	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
    same_screen	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
XHostAddress
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
    family	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
    length	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
    address	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
XOMCharSetList
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
    charset_count	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
    charset_list	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
XNoExposeEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   517
    drawable	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
    major_code	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   519
    minor_code	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
XSelectionRequestEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   521
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   522
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   525
    owner	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
    requestor	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   527
    selection	Atom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
    target	Atom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
    property	Atom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
    time	ulong
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
XGCValues
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
    function	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
    plane_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
    foreground	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   535
    background	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
    line_width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
    line_style	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
    cap_style	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
    join_style	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
    fill_style	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
    fill_rule	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
    arc_mode	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
    tile	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
    stipple	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
    ts_x_origin	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
    ts_y_origin	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
    font	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
    subwindow_mode	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
    graphics_exposures	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
    clip_x_origin	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
    clip_y_origin	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
    clip_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
    dash_offset	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
    dashes	byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
XImage
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
    width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
    height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
    xoffset	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
    format	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
    data	pointer byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
    byte_order	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
    bitmap_unit	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
    bitmap_bit_order	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
    bitmap_pad	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
    depth	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   566
    bytes_per_line	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   567
    bits_per_pixel	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
    red_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
    green_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
    blue_mask	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
    obdata	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   572
    f.create_image pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
    f.destroy_image pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   574
    f.get_pixel pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   575
    f.put_pixel pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   576
    f.sub_image pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   577
    f.add_pixel pointer    
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
XIMValuesList
90ce3da70b43 Initial load
duke
parents:
diff changeset
   579
    count_values	short
90ce3da70b43 Initial load
duke
parents:
diff changeset
   580
    supported_values	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   581
XColormapEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   582
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   583
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   584
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   585
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   586
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   587
    colormap	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
    new         Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
    state	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   590
XIMPreeditStateNotifyCallbackStruct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   591
    state	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   592
XCreateWindowEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   593
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   594
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   595
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   596
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   597
    parent	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   598
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   599
    x	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   600
    y	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   601
    width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   602
    height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   603
    border_width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   604
    override_redirect	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   605
XConfigureEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   606
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   607
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   608
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   609
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   610
    event	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   611
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   612
    x	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   613
    y	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   614
    width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   615
    height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   616
    border_width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   617
    above	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   618
    override_redirect	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   619
XFontProp
90ce3da70b43 Initial load
duke
parents:
diff changeset
   620
    name	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   621
    card32	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   622
XModifierKeymap
90ce3da70b43 Initial load
duke
parents:
diff changeset
   623
    max_keypermod	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   624
    modifiermap	pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   625
XCirculateRequestEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   626
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   627
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   628
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   629
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   630
    parent	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   631
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   632
    place	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   633
XChar2b
90ce3da70b43 Initial load
duke
parents:
diff changeset
   634
    byte1 byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   635
    byte2 byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   636
XTextItem16
90ce3da70b43 Initial load
duke
parents:
diff changeset
   637
    chars       pointer XChar2b
90ce3da70b43 Initial load
duke
parents:
diff changeset
   638
    nchars	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   639
    delta	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   640
    font	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   641
XOMOrientation
90ce3da70b43 Initial load
duke
parents:
diff changeset
   642
    num_orientation	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   643
    orientation         pointer int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   644
XGraphicsExposeEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   645
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   646
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   647
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   648
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   649
    drawable	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   650
    x           int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   651
    y           int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   652
    width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   653
    height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   654
    count	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   655
    major_code	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   656
    minor_code	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   657
XFontStruct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   658
    ext_data            pointer XExtData
90ce3da70b43 Initial load
duke
parents:
diff changeset
   659
    fid                 long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   660
    direction           int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   661
    min_char_or_byte2   int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   662
    max_char_or_byte2   int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   663
    min_byte1           int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   664
    max_byte1           int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   665
    all_chars_exist	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   666
    n_properties	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   667
    properties          pointer XFontProp
90ce3da70b43 Initial load
duke
parents:
diff changeset
   668
    min_bounds          struct XCharStruct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   669
    max_bounds          struct XCharStruct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   670
    per_char            pointer XCharStruct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   671
    ascent              int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   672
    descent             int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
XMapEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   674
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   675
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   676
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   677
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   678
    event	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   679
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   680
    override_redirect	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   681
XExposeEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   682
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   683
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   684
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   685
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   686
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   687
    x	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   688
    y	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   689
    width	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   690
    height	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   691
    count	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   692
90ce3da70b43 Initial load
duke
parents:
diff changeset
   693
XFontSetExtents
90ce3da70b43 Initial load
duke
parents:
diff changeset
   694
    max_ink_extent struct XRectangle
90ce3da70b43 Initial load
duke
parents:
diff changeset
   695
    max_logical_extent struct XRectangle
90ce3da70b43 Initial load
duke
parents:
diff changeset
   696
90ce3da70b43 Initial load
duke
parents:
diff changeset
   697
XUnmapEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   698
    type	int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   699
    serial	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   700
    send_event  Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   701
    display     long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   702
    event	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   703
    window	long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   704
    from_configure	Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
   705
PropMwmHints
90ce3da70b43 Initial load
duke
parents:
diff changeset
   706
    flags       long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   707
    functions   long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   708
    decorations long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   709
    inputMode   long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   710
    status      long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   711
XPixmapFormatValues
90ce3da70b43 Initial load
duke
parents:
diff changeset
   712
    depth int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   713
    bits_per_pixel int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   714
    scanline_pad int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   715
awtImageData
90ce3da70b43 Initial load
duke
parents:
diff changeset
   716
    Depth int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   717
    wsImageFormat struct XPixmapFormatValues
90ce3da70b43 Initial load
duke
parents:
diff changeset
   718
    clrdata pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   719
    convert array pointer 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   720
ColorEntry
90ce3da70b43 Initial load
duke
parents:
diff changeset
   721
    r byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   722
    g byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   723
    b byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   724
    flags byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   725
ColorData
90ce3da70b43 Initial load
duke
parents:
diff changeset
   726
    awt_Colors pointer ColorEntry
90ce3da70b43 Initial load
duke
parents:
diff changeset
   727
    awt_numICMcolors int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   728
    awt_icmLUT pointer int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   729
    awt_icmLUT2Colors pointer byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   730
    img_grays pointer byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   731
    img_clr_tbl pointer byte 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   732
    img_oda_red pointer byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   733
    img_oda_green pointer byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   734
    img_oda_blue pointer byte
90ce3da70b43 Initial load
duke
parents:
diff changeset
   735
    pGrayInverseLutData pointer int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   736
    screendata int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   737
90ce3da70b43 Initial load
duke
parents:
diff changeset
   738
AwtGraphicsConfigData
90ce3da70b43 Initial load
duke
parents:
diff changeset
   739
    awt_depth int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   740
    awt_cmap long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   741
    awt_visInfo struct XVisualInfo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   742
    awt_num_colors int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   743
    awtImage pointer awtImageData
90ce3da70b43 Initial load
duke
parents:
diff changeset
   744
    AwtColorMatch pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   745
    monoImage pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   746
    monoPixmap long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   747
    monoPixmapWidth int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   748
    monoPixmapHeight int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   749
    monoPixmapGC long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   750
    pixelStride int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   751
    color_data pointer ColorData
90ce3da70b43 Initial load
duke
parents:
diff changeset
   752
    glxInfo pointer
90ce3da70b43 Initial load
duke
parents:
diff changeset
   753
90ce3da70b43 Initial load
duke
parents:
diff changeset
   754
AwtScreenData
90ce3da70b43 Initial load
duke
parents:
diff changeset
   755
    numConfigs int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   756
    root long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   757
    whitepixel long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   758
    blackpixel long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   759
    defaultConfig pointer AwtGraphicsConfigData
90ce3da70b43 Initial load
duke
parents:
diff changeset
   760
    configs pointer      // AwtGraphicsConfigDataPtr *configs;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   761
90ce3da70b43 Initial load
duke
parents:
diff changeset
   762
XdbeSwapInfo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   763
    swap_window long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   764
    swap_action int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   765
90ce3da70b43 Initial load
duke
parents:
diff changeset
   766
XEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   767
   type int
90ce3da70b43 Initial load
duke
parents:
diff changeset
   768
   xany struct XAnyEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   769
   xkey struct XKeyEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   770
   xbutton struct XButtonEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   771
   xmotion struct XMotionEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   772
   xcrossing struct XCrossingEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   773
   xfocus struct XFocusChangeEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   774
   xexpose struct XExposeEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   775
   xgraphicsexpose struct XGraphicsExposeEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   776
   xnoexpose struct XNoExposeEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   777
   xvisibility struct XVisibilityEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   778
   xcreatewindow struct XCreateWindowEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   779
   xdestroywindow struct XDestroyWindowEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   780
   xunmap struct XUnmapEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   781
   xmap struct XMapEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   782
   xmaprequest struct XMapRequestEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   783
   xreparent struct XReparentEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   784
   xconfigure struct XConfigureEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   785
   xgravity struct XGravityEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   786
   xresizerequest struct XResizeRequestEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   787
   xconfigurerequest struct XConfigureRequestEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   788
   xcirculate struct XCirculateEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   789
   xcirculaterequest struct XCirculateRequestEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   790
   xproperty struct XPropertyEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   791
   xselectionclear struct XSelectionClearEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   792
   xselectionrequest struct XSelectionRequestEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   793
   xselection struct XSelectionEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   794
   xcolormap struct XColormapEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   795
   xclient struct XClientMessageEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   796
   xmapping struct XMappingEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   797
   xerror struct XErrorEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   798
   xkeymap struct XKeymapEvent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   799
   pad array long 24