[PATCH 00/12] Cygwin/X: Warnings fixes, clipboard integration fixes, keyboard layouts mapping update

Jon TURNEY jon.turney at dronecode.org.uk
Wed Feb 4 05:11:22 PST 2009


Fix some of the warnings produced by recently added warnings flags
Fixes to integration with native clipboard from Colin Harrison
Update mapping table for translating native keyboard layouts to X keyboard configurations

Colin Harrison (7):
  Xming: Add Colin Harrison to copyright and authors list for clipboard
    integration files
  Xming: Select events correctly in clipboard integration code
  Xming: Improve clipboard integration startup in XDMCP mode
  Xming: Fix prototype for winProcessXEventsTimeout() in clipboard
    integration code
  Xming: Fix a memory leak in clipboard integration code
  Xming: Check clipboard selection ownership after taking it
  Xming: Update keyboard layouts mapping table

Jon TURNEY (5):
  Cygwin/X: Fix -Wold-style-definition warnings
  Cygwin/X: Fix several prototypes to return HICON
  cygwin/X: Remove an unused variable to fix a warning
  Cygwin/X: Place prototypes for winCheckKeyPressed() and
    winFixShiftKeys() in a .h file
  Cygwin/X: Place prototype for winSelectIcons() in a .h file

 hw/xwin/InitOutput.c             |    2 +-
 hw/xwin/win.h                    |    7 +++++++
 hw/xwin/winclipboardinit.c       |    4 ++--
 hw/xwin/winclipboardthread.c     |   32 +++++++++++++++++---------------
 hw/xwin/winclipboardwndproc.c    |   22 +++++++++++++++-------
 hw/xwin/winclipboardwrappers.c   |   31 +++++++++++++++++++------------
 hw/xwin/winclipboardxevents.c    |   12 ++++++++----
 hw/xwin/winconfig.c              |    8 +++-----
 hw/xwin/winengine.c              |    4 ++--
 hw/xwin/winkeybd.c               |    4 ++--
 hw/xwin/winkeyhook.c             |    4 ++--
 hw/xwin/winlayouts.h             |   21 ++++++++++++++++++---
 hw/xwin/winmultiwindowicons.c    |    6 +++---
 hw/xwin/winmultiwindowwindow.c   |    2 --
 hw/xwin/winmultiwindowwm.c       |    2 +-
 hw/xwin/winprefs.c               |   16 ++++++++--------
 hw/xwin/winprefs.h               |    8 ++++----
 hw/xwin/winprefslex.l            |    2 +-
 hw/xwin/wintrayicon.c            |    2 +-
 hw/xwin/winwin32rootless.c       |    3 ---
 hw/xwin/winwin32rootlesswindow.c |    2 +-
 hw/xwin/winwndproc.c             |    4 ----
 22 files changed, 115 insertions(+), 83 deletions(-)




More information about the xorg mailing list