mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 04:58:06 +02:00
libX11 spec: Correct prototype for XConvertSelection
selection & target parameters were accidentally run together Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
6c5cb2a90a
commit
dce84b8c39
1 changed files with 2 additions and 1 deletions
|
|
@ -2388,7 +2388,8 @@ To request conversion of a selection, use
|
|||
<funcprototype>
|
||||
<funcdef><function>XConvertSelection</function></funcdef>
|
||||
<paramdef>Display<parameter> *display</parameter></paramdef>
|
||||
<paramdef>Atomselection,<parameter> target</parameter></paramdef>
|
||||
<paramdef>Atom<parameter> selection</parameter></paramdef>
|
||||
<paramdef>Atom<parameter> target</parameter></paramdef>
|
||||
<paramdef>Atom<parameter> property</parameter></paramdef>
|
||||
<paramdef>Window<parameter> requestor</parameter></paramdef>
|
||||
<paramdef>Time<parameter> time</parameter></paramdef>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue