While running the testsuite of tk8.6.10 a gnu gcc sanitized version of
libX11-1.6.12 crashes because of a heap-use-after-free at imInsClbk.c
line 238
!strcmp( lcd->core->modifiers, icb->modifiers ))) &&
the sanitizer error messages suggest that lcd->core->modifiers is
referenced after it is f
Greetings to all,
Trying to edit = /usr/share/X11/xkb/symbols in my debian system to add a
workman layout variant to greek i noticed the warning to not edit those
files. What is the recommended way to do that ?
Thanks , chomwitt
___
xorg@lists.x.or
On Fri, Nov 06, 2020 at 01:06:42PM +0200, aprekates wrote:
> Greetings to all,
>
> Trying to edit = /usr/share/X11/xkb/symbols in my debian system to add a
> workman layout variant to greek i noticed the warning to not edit those
> files. What is the recommended way to do that ?
Add a new file t
On Mon, Nov 9, 2020 at 4:30 PM Per Dalgas Jakobsen wrote:
>
> Hi,
>
> I'm trying to learn coding with XCB and found an issue the XCB people
> think should be placed her.
> Drawing a diamond seems to render correctly only if started (end ended)
> at the right-most corner, drawing from any other cor
Hi,
I'm trying to learn coding with XCB and found an issue the XCB people
think should be placed her.
Drawing a diamond seems to render correctly only if started (end ended)
at the right-most corner, drawing from any other corner causes the
right-most pixel not to be rendered. As I'm new to XCB a