From 5480650d050895ab184186ee3813004da494fc30 Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 4 Dec 2012 22:39:56 +0100 Subject: Initial creation of the qtx11support library. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This implements QX11Info again, for source compat with Qt4, on top of the XCB QPA backend. The API and the documentation are forward-ported from Qt4 (minus things that cannot be implemented anymore). The implementation, however, is new (by Richard Moore, in this initial commit). Change-Id: Iff9fd16fa6aaaa54f6d3cc0843b6b6fd08d5b1fb Reviewed-by: Richard J. Moore Reviewed-by: Lars Knoll Reviewed-by: Samuel Rødal --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a96f8f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore -- cgit v1.2.1