From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: yocto@yoctoproject.org
Subject: [libmatchbox][PATCH 0/4] Add xsetting-client in tree + fixes
Date: Mon, 11 Jul 2016 13:51:34 +0300 [thread overview]
Message-ID: <cover.1468233661.git.jussi.kukkonen@intel.com> (raw)
Add an internal copy of xsettings-client into libmatchbox: it was
never meant to be a shared library.
Other commits avoid deprecated API use or fix problems found by
modern gcc with -Wall.
Jussi
The following changes since commit 9f7cf8895ae2d39c465c04cc78e918c157420269:
tests: link to X11 (2013-12-10 11:45:28 +0000)
are available in the git repository at:
git://github.com/jku/libmatchbox xsettings
https://github.com/jku/libmatchbox/tree/xsettings
Jussi Kukkonen (4):
Don't use deprecated XKeycodeToKeysym
Use correct size with memset calls
Remove unused pointer dereferences
Keep an internal copy of xsettings-client
COPYING.MIT | 18 ++
configure.ac | 68 ------
libmb/Makefile.am | 8 +-
libmb/hash.c | 2 +-
libmb/mbexp.c | 6 +-
libmb/mbmenu.c | 15 +-
libmb/mbmenu.h | 7 +-
libmb/mbtray.c | 61 +----
libmb/xsettings-client.c | 577 +++++++++++++++++++++++++++++++++++++++++++++++
libmb/xsettings-client.h | 72 ++++++
libmb/xsettings-common.c | 264 ++++++++++++++++++++++
libmb/xsettings-common.h | 110 +++++++++
12 files changed, 1057 insertions(+), 151 deletions(-)
create mode 100644 COPYING.MIT
create mode 100644 libmb/xsettings-client.c
create mode 100644 libmb/xsettings-client.h
create mode 100644 libmb/xsettings-common.c
create mode 100644 libmb/xsettings-common.h
--
2.8.1
next reply other threads:[~2016-07-11 10:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-11 10:51 Jussi Kukkonen [this message]
2016-07-11 10:51 ` [libmatchbox][PATCH 1/4] Don't use deprecated XKeycodeToKeysym Jussi Kukkonen
2016-07-11 10:51 ` [libmatchbox][PATCH 2/4] Use correct size with memset calls Jussi Kukkonen
2016-07-11 10:51 ` [libmatchbox][PATCH 3/4] Remove unused pointer dereferences Jussi Kukkonen
2016-07-11 10:51 ` [libmatchbox][PATCH 4/4] Keep an internal copy of xsettings-client Jussi Kukkonen
2016-07-11 11:04 ` [libmatchbox][PATCH 0/4] Add xsetting-client in tree + fixes Burton, Ross
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=cover.1468233661.git.jussi.kukkonen@intel.com \
--to=jussi.kukkonen@intel.com \
--cc=yocto@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.