All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix bug 658: bottom icons are cut-off in qemu
@ 2011-03-12  8:55 Yu Ke
  2011-03-12  8:55 ` [PATCH 1/1] matchbox-desktop: add configure event handler to fix bug 658 Yu Ke
  2011-03-16 13:53   ` Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Yu Ke @ 2011-03-12  8:55 UTC (permalink / raw)
  To: poky, openembedded-core

the reason of the abnormal matchbox desktop icons is that: desktop is
not resize after window manager decorate it. there does has resize logic
in the root window PropertyNotify event handler, however, for some unknown
reason, the PropertyNotify event does not deliver to the root window.

this patch fix this issue from anotehr side. Since window manager also
send configure event to desktop window after decoration, it also works to do
resize in configure event handler. so this patch add configure event handelr
to fix this issue.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: kyu3/bug658-desktop
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/bug658-desktop

Thanks,
    Yu Ke <ke.yu@intel.com>
---


Yu Ke (1):
  matchbox-desktop: add configure event handler to fix bug 658

 .../matchbox-desktop/files/window-resize-fix.patch |   48 ++++++++++++++++++++
 .../matchbox-desktop/matchbox-desktop_git.bb       |    5 +-
 2 files changed, 51 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-sato/matchbox-desktop/files/window-resize-fix.patch




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

end of thread, other threads:[~2011-03-16 13:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-12  8:55 [PATCH 0/1] Fix bug 658: bottom icons are cut-off in qemu Yu Ke
2011-03-12  8:55 ` [PATCH 1/1] matchbox-desktop: add configure event handler to fix bug 658 Yu Ke
2011-03-16 13:53 ` [poky] [PATCH 0/1] Fix bug 658: bottom icons are cut-off in qemu Richard Purdie
2011-03-16 13:53   ` Richard Purdie

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.