XKeysymDB does not exist anymore, it has been removed from libX11 in commit 50b4b07073bd46cbef3627c160a240bd2a2b99d5.
Signed-off-by: Gioele Barabucci <[email protected]> --- XF86keysym.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/XF86keysym.h b/XF86keysym.h index 93eb062..25103b3 100644 --- a/XF86keysym.h +++ b/XF86keysym.h @@ -2,9 +2,6 @@ * XFree86 vendor specific keysyms. * * The XFree86 keysym range is 0x10080001 - 0x1008FFFF. - * - * When adding new entries, the xc/lib/XKeysymDB file should also be - * updated to make the new entries visible to Xlib. */ /* -- 2.0.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
