From: Matthias Hopf Date: Wed, 18 Apr 2007 10:46:08 +0000 (+0200) Subject: Merge branch 'master' of git://anongit.freedesktop.org/git/xcb/libxcb X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec1383a68bf9f4baf7125a7d6544167f38d8d62;hp=3abd41625c7d6db6d01f3167d6bac2b7481965cf;p=free-sw%2Fxcb%2Flibxcb Merge branch 'master' of git://anongit.freedesktop.org/git/xcb/libxcb --- diff --git a/doc/tutorial/index.html b/doc/tutorial/index.html index 75e1f75..c540426 100644 --- a/doc/tutorial/index.html +++ b/doc/tutorial/index.html @@ -178,8 +178,9 @@ level GUI toolkit like Motif, LessTiff, GTK, - QT or - EWL, or use + QT, + EWL, + ETK, or use Cairo. However, we need to start somewhere. More than this, knowing how things @@ -2327,7 +2328,7 @@ int main () while (1) { e = xcb_poll_for_event(c); if (e) { - switch (e->response_type) { + switch (e->response_type & ~0x80) { case XCB_EXPOSE: { char *text; @@ -3740,7 +3741,7 @@ int main () while (1) { e = xcb_poll_for_event(c); if (e) { - switch (e->response_type) { + switch (e->response_type & ~0x80) { case XCB_EXPOSE: { char *text; diff --git a/src/c-client.xsl b/src/c-client.xsl index be6aa30..c90e94f 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -449,6 +449,11 @@ authorization from the authors. + + + + +