Files
emacs/src
Po Lu b4fc5bedb8 Use _NET_CLIENT_LIST_STACKING to optimize drag and drop window discovery
* src/xterm.c (struct x_client_list_window): New struct.
(x_dnd_free_toplevels, x_dnd_compute_toplevels)
(x_dnd_get_target_window_1): New functions.
(x_dnd_get_target_window): Search in the toplevel list if it
exists.
(x_dnd_cleanup_drag_and_drop): Clean up toplevel list.
(x_dnd_begin_drag_and_drop): Compute toplevel list if the
window manager supports it.
(handle_one_xevent): Update the toplevel list if prudent.
2022-03-25 11:09:43 +08:00
..
2022-03-19 12:48:53 -07:00
2022-03-15 21:21:20 +02:00
2022-03-16 17:52:41 -07:00
2022-03-16 17:52:41 -07:00
2022-03-19 12:48:54 -07:00
2022-01-24 11:41:47 +01:00
2022-02-16 12:33:35 +01:00
2022-03-12 06:34:05 +01:00
2022-03-19 12:48:54 -07:00
2022-03-14 09:06:20 -07:00
2022-03-04 00:52:18 +00:00
2022-03-19 12:48:51 -07:00
2022-03-04 00:52:18 +00:00
2022-03-16 08:42:33 +08:00
2022-03-16 13:28:53 +00:00
2022-01-01 07:07:15 -05:00
2022-03-10 21:23:55 +00:00
2022-03-17 11:51:32 +08:00
2022-01-01 07:07:15 -05:00
2022-02-07 10:38:15 +08:00
2022-03-10 11:48:12 +08:00
2022-02-07 10:38:15 +08:00
2022-01-01 07:07:15 -05:00
2022-03-17 11:59:56 +08:00
2022-03-18 13:58:36 +01:00
2022-01-01 07:07:15 -05:00
2022-03-16 17:52:41 -07:00
2022-03-13 17:51:49 +01:00
2022-03-20 10:46:45 -07:00
2022-01-26 12:59:10 +01:00
2022-03-04 00:52:18 +00:00
2022-03-19 12:48:51 -07:00
2022-02-10 18:45:35 +08:00
2022-01-16 19:45:54 +08:00

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Copyright (C) 2001-2022 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

The file 'Makefile.in' is used as a template by the script
'../configure' to produce 'Makefile'.  This is the file which actually
controls the compilation of Emacs C source files.  All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run 'make'.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.