diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-10-08 05:07:55 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-10-08 05:07:55 +0000 |
commit | 07e7719441f5927bc3c482717fc53f8529186e3a (patch) | |
tree | 4baea8ab1c47987dc80120c67cb16be141a16b8d /docs/dnd_internals.txt | |
parent | e4581869b4a93ab882439673159a8f77b2396e57 (diff) | |
download | gtk+-07e7719441f5927bc3c482717fc53f8529186e3a.tar.gz |
Apply a cleanup patch by Kjartan Maraas (#341812)
2006-10-08 Matthias Clasen <mclasen@redhat.com>
* Apply a cleanup patch by Kjartan Maraas (#341812)
Diffstat (limited to 'docs/dnd_internals.txt')
-rw-r--r-- | docs/dnd_internals.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dnd_internals.txt b/docs/dnd_internals.txt index 46156dfdd9..62312ef0fa 100644 --- a/docs/dnd_internals.txt +++ b/docs/dnd_internals.txt @@ -112,7 +112,7 @@ Retrieves the selection that will be used to communicate the data for the drag context (valid on both source and dest sides) -Cursors and window heirarchies +Cursors and window hierarchies ============================== The DND code, when possible (and it isn't possible over @@ -123,7 +123,7 @@ the cursor is in _ourselves_ so we can ignore the drag icon properly. (Oh for OutputOnly windows!) To avoid obscene amounts of server traffic (which are only -slighly observerable locally, but would really kill a +slightly observable locally, but would really kill a session over a slow link), the code in GDK does XGetWindowAttributes for every child of the root window at the beginning of the drag, then selects with |