make/data/x11wrappergen/functions.txt
author iklam
Tue, 21 Nov 2017 09:20:56 -0800
changeset 48015 d5bb6637c785
parent 47216 71c04702a3d5
permissions -rw-r--r--
8191042: Deprecate VM option CheckEndorsedAndExtDirs Reviewed-by: dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
!XGetWindowProperty|int
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
    w                long
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
    property         Atom
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
    long_offset      long
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
    long_length      long
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
    delete           Bool
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
    req_type         Atom
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
    actual_type      Atom out
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
    actual_format    int out
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
    number_of_items  long out
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
    bytes_after      long out
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
    data             pointer out free
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
!XQueryTree|int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
    w                long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
    root             long out
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
    parent           long out
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
    children         pointer out free
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
    nchildren        int out
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
!XTranslateCoordinates|int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
    scr_w            long
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
    dest_w           long 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
    src_x            int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
    src_y            int
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
    dest_x           int out
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
    dest_y           int out
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
    child            long out