public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: jturney@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [xorg-doc - Cygwin XOrg documentation] branch master, updated. f437a8cef4da8374f80e3354a3b4be1912cfb7a9
Date: Fri, 08 Dec 2017 19:23:00 -0000	[thread overview]
Message-ID: <20171208192323.22797.qmail@sourceware.org> (raw)




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


                 reply	other threads:[~2017-12-08 19:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171208192323.22797.qmail@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).