1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/lwlib
Po Lu b6b2f797d9 Fix menu placement on multiple-display setups when using lwlib
* lwlib/xlwmenu.c (fit_to_screen):
(pop_up_menu): Adjust menu position based on dimensions of the
current monitor's workarea.  (bug#52809)

* src/xfns.c (x_get_monitor_attributes): Stop testing for the
RandR extension here.
(xlw_monitor_dimensions_at_pos_1):
(xlw_monitor_dimensions_at_pos): New functions.

* src/xterm.c (x_term_init): Query for the RandR extension when
connecting to a display.
* src/xterm.h (xlw_monitor_dimensions_at_pos): New prototype.
2021-12-28 10:52:38 +08:00
..
ChangeLog.1 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
COPYING Merge from Gnulib 2017-10-01 18:31:10 -07:00
deps.mk Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lwlib-int.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lwlib-utils.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lwlib-utils.h Don't link libXft when using cairo 2019-04-24 12:31:37 +09:00
lwlib-widget.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lwlib-Xaw.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lwlib-Xaw.h More porting to GCC 8 of --enable-gcc-warnings 2018-12-17 08:16:17 -08:00
lwlib-Xlw.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lwlib-Xlw.h More porting to GCC 8 of --enable-gcc-warnings 2018-12-17 08:16:17 -08:00
lwlib-Xm.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lwlib-Xm.h Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
lwlib.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lwlib.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
Makefile.in Base the "extraclean" Make rule on "maintainer-clean" 2021-05-09 18:14:12 -07:00
README Generate a ChangeLog file from commit logs 2015-04-07 00:00:55 -07:00
xlwmenu.c Fix menu placement on multiple-display setups when using lwlib 2021-12-28 10:52:38 +08:00
xlwmenu.h New X resource to control the border thickness of menus 2021-11-16 09:00:24 +01:00
xlwmenuP.h New X resource to control the border thickness of menus 2021-11-16 09:00:24 +01:00

This subdirectory contains the Lucid Widget Library (lwlib), which
provides a uniform interface to a few different X toolkits.  The
library was written by Lucid, Inc and released under the terms of the
GPL version 1 (or later).  It is not considered part of GNU Emacs.

This version of the library differs from the original as described in
the ChangeLog.1 file.