[PATCH:libX11 2/2] Add missing .TE tags to end tables in Xkb man pages

2014-05-04 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith --- man/xkb/XkbSetIgnoreLockMods.man |1 + man/xkb/XkbSetServerInternalMods.man |1 + 2 files changed, 2 insertions(+) diff --git a/man/xkb/XkbSetIgnoreLockMods.man b/man/xkb/XkbSetIgnoreLockMods.man index e3dd33d..635c7ba 100644 --- a/man/xkb/XkbSetIg

[PATCH:libX11 1/2] XCreateGC.man: simplify table to work with Solaris tbl

2014-05-04 Thread Alan Coopersmith
Having every table cell be a text diversion (T{...T}) was too much for Solaris tbl to handle, and thus "man XCreateGC" would print the error /usr/man/man3x11/XCreateGC.3x11: line 402: Too many text block diversions tbl quits and not display the table of mask bits or any text in the man page after t

[PATCH:xedit] Fix man page tbl markup

2014-05-04 Thread Alan Coopersmith
'\" t is needed to work with Solaris man/nroff commands Other changes fix issues found on all platforms Signed-off-by: Alan Coopersmith --- man/xedit.man | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man/xedit.man b/man/xedit.man index 197a782..07cbf7e 100644

[PULL] MatchSeat, logind patch, two invalid memory access

2014-05-04 Thread Peter Hutterer
The last two aren't rev-by. If you want to add the tag, feel free to add the tag after merging. The following changes since commit e06fbe4dc81110e01d36f958849c4ab5f2a9df0e: dix: remove a now-superfluous comment (2014-04-29 10:06:25 +1000) are available in the git repository at: git://people

[PATCH] Warn on DRI2SwapComplete with constant UST/MSC.

2014-05-04 Thread Jamey Sharp
And same for DRI2WaitMSCComplete. OML_sync_control requires glXWaitForSbcOML and glXWaitForMscOML to return the correct values of UST and MSC as of the time that the wait completed. Those values cannot possibly be compile-time constants, but drivers frequently pass 0 for one or both values. This