All of lore.kernel.org
 help / color / mirror / Atom feed
* [libmatchbox][PATCH 0/4] Add xsetting-client in tree + fixes
@ 2016-07-11 10:51 Jussi Kukkonen
  2016-07-11 10:51 ` [libmatchbox][PATCH 1/4] Don't use deprecated XKeycodeToKeysym Jussi Kukkonen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jussi Kukkonen @ 2016-07-11 10:51 UTC (permalink / raw)
  To: yocto

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-07-11 11:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-11 10:51 [libmatchbox][PATCH 0/4] Add xsetting-client in tree + fixes Jussi Kukkonen
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

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.