This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[xorg-doc - Cygwin XOrg documentation] branch master, updated. f437a8cef4da8374f80e3354a3b4be1912cfb7a9




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/xorg-doc.git;h=f437a8cef4da8374f80e3354a3b4be1912cfb7a9

commit f437a8cef4da8374f80e3354a3b4be1912cfb7a9
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Fri Dec 8 19:16:10 2017 +0000

    Update examples of starting sessions from command line

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/xorg-doc.git;h=11b30b917b32a56a6986aa3f64cf2f06889874ba

commit 11b30b917b32a56a6986aa3f64cf2f06889874ba
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Fri Dec 8 19:15:59 2017 +0000

    Note about OpenGL/stdcall only applies to x86

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/xorg-doc.git;h=eec824fc5133a04fd9b32c7eb832afcc36e82cba

commit eec824fc5133a04fd9b32c7eb832afcc36e82cba
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Oct 12 16:06:45 2017 +0100

    Remove link to removed old list of ported software

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/xorg-doc.git;h=dda11b8703b789f3e419b22f60eaf0a07b6da5b2

commit dda11b8703b789f3e419b22f60eaf0a07b6da5b2
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Oct 12 16:06:06 2017 +0100

    Update build prerequisites

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/xorg-doc.git;h=0e21c29c37b590796b93bcd8316930542d0d554b

commit 0e21c29c37b590796b93bcd8316930542d0d554b
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Mon Feb 20 15:24:41 2017 +0000

    Bump version to 1.1.20170220


Diff:
---
 cg/programming-prerequisites.xml |    1 +
 faq/porting.xml                  |    6 +-----
 ug/using.xml                     |    4 ++--
 version                          |    2 +-
 4 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/cg/programming-prerequisites.xml b/cg/programming-prerequisites.xml
index c69037e..f0fd3ef 100644
--- a/cg/programming-prerequisites.xml
+++ b/cg/programming-prerequisites.xml
@@ -91,6 +91,7 @@ libXmu-devel,
 libXpm-devel,
 libXrender-devel,
 libXtst-devel,
+libxcb-ewmh-devel,
 libxcb-icccm-devel,
 libxcb-image-devel,
 libxcb-keysyms-devel,
diff --git a/faq/porting.xml b/faq/porting.xml
index d3b870a..b810d15 100644
--- a/faq/porting.xml
+++ b/faq/porting.xml
@@ -23,10 +23,6 @@
 <para>
 Look in Cygwin's setup program for packages in the X11 category.
 </para>
-
-<para>Also, see this <ulink
-url="&project-url-ported-software;">&project; - Ported
-Software</ulink> old list.</para>
 </answer>
 </qandaentry>
 
@@ -127,7 +123,7 @@ which are for displaying OpenGL graphics through an X server.
 </orderedlist>
 
 <para>
-These are incompatible, even the headers (as the native OpenGL API has the stdcall calling convention),
+These are incompatible, even the headers (as the native OpenGL API has the stdcall calling convention on x86),
 so you must exercise care if you have both sets of devel packages installed.  An application must be built using only one of these.
 </para>
 
diff --git a/ug/using.xml b/ug/using.xml
index f507aa0..fd88213 100644
--- a/ug/using.xml
+++ b/ug/using.xml
@@ -137,11 +137,11 @@ Full documentation for <command>startxwin</command> can be read with
       <para>
         Alternatively, these sessions can be started from the command line, e.g.
 <screen>
-startx /usr/bin/dbus-launch mate-session
+startx /etc/X11/xinit/Xsession mate
 </screen>
         or
 <screen>
-echo "/usr/bin/dbus-launch startxfce4" > ~/.xinitrc
+echo "/etc/X11/xinit/Xsession xfce" > ~/.xinitrc
 </screen>
         and then running <command>startx</command>.
       </para>
diff --git a/version b/version
index c5acd3b..2b4c384 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.1.20160830
+1.1.20170220


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]