aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMihai Moldovan <ïonic@ionic.de>2016-06-29 02:13:03 +0000
committerMihai Moldovan <ïonic@ionic.de>2016-07-28 03:26:00 +0000
commit6618271493f86109103a2ade74912d34172ba569 (patch)
tree88ea4e696cb9575043596c928da369696ff1dfe0 /bin
parentbb9b50bfcf9c656367b7a9b6b5c73fea6c21a718 (diff)
downloadnx-libs-6618271493f86109103a2ade74912d34172ba569.tar.gz
nx-libs-6618271493f86109103a2ade74912d34172ba569.tar.bz2
nx-libs-6618271493f86109103a2ade74912d34172ba569.zip
nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxagentOption value in nxagentCheckForPixmapFormatsCompatibility() and modify behavior based on this value.
Recognized values: - Strict means that the number of internal and external pixmap formats must match exactly and every internal pixmap format must be available in the external pixmap format array. - Safe means that the number of pixmap formats might diverge, but all internal pixmap formats must also be included in the external pixmap formats array. This is recommended, because it allows clients with more pixmap formats to still connect, but not lose functionality. - Risky means that the internal pixmap formats array is allowed to be smaller than the external pixmap formats array, but at least one pixmap format must be included in both. This is potentially unsafe. - Bypass or higher means that all of these checks are essentially deactivated. This is a very bad idea. Note that the default ReconnectTolerance value is still Strict. Also, the return value of this function is currently not used or passed through to other functions at all. An upcoming commit will change this behavior and actually enable the checks.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions