Displaying 2 results from an estimated 2 matches for "refpages".
Did you mean:
ra_pages
2009 Jul 13
0
[ANNOUNCE] libXi 1.2.99.2
...onClass now includes a XIButtonState struct.
Include the current valuator state in XIQueryDevice.
Protect button label copying against 64-bit Atom madness.
Axis and button labels should be called labels, not names.
Require inputproto 1.9.99.12
man: add some missing XI2 refpages
Add typedefs for focus in/out events.
Add next_block() call to advance pointers over memory.
Use cookie events for XI2 events.
Split copy_classes and size_classes to avoid memory leak
Change floats to doubles in DeviceEvents and EnterEvents.
Add effective modifie...
2019 Nov 03
4
[Bug 112201] New: Syscall param ioctl(generic) points to uninitialised byte(s)
...: not set
Priority: not set
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: stratus at tuta.io
QA Contact: xorg-team at lists.x.org
Dear bugzilla,
I built the example program here:
https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glXIntro.xml
$ gcc -Wall -Wextra -o glxample glxample.c -lX11 -lGL
(The test app works and shows a little yellow window then exits after 10
seconds as it is supposed to)
I ran it under valgrind, with the relevant packages built unstripped.
I found the same error, but from a different in...