[PULL] Various hw/xwin warning fixes and tidy-up patches
Jon TURNEY
jon.turney at dronecode.org.uk
Tue Oct 19 07:14:41 PDT 2010
Hi Keith,
Various hw/xwin warning fixes and tidy-up patches. Please consider pulling
into master.
Thanks.
The following changes since commit 5aff712a8d2eb9f965ecbb93216cc0bcdc327ae6:
Merge remote branch 'whot/for-keith' (2010-10-18 17:16:23 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/~jturney/xserver master
Colin Harrison (9):
Xming: Fix warning in winClipboardErrorHandler()
Xming: Fix warnings in winClipboardFlushXEvents()
Xming: Fix warnings in winNameCompare(), winNormalizeName()
Xming: Fix warnings in windialogs.c
Xming: Fix warnings in ProcWindowsWMFrameSetTitle()
Xming: Warning fix in winApplyHints()
Xming: Warning fix in winDeviceCursorCleanup()
Xming: Casts to remove warnings on event pointers
Xming: Remove uses of register keyword
Jon TURNEY (14):
Cygwin/X: Cleanup some VENDOR_STRING/VENDOR_CONTACT cruft
Cygwin/X: Use normal apostrophe in XWin DDX help text
Cygwin/X: unifdef XFree86Server
Cygwin/X: Remove execute permission from source files
Cygwin/X: Turn off the bad-function-cast warning for XWin code
Cygwin/X: Clarify XKB options in XWin man page
Cygwin/X: Reformat the keyboard layout mapping table
Cygwin/X: Drop several unneeded includes of winprefs.h
Cygwin/X: Fix typos in comments
Cygwin/X: Make g_hhookKeyboardLL static
Cygwin/X: Make g_hmodDirectDraw static
Cygwin/X: Make g_hmodCommonControls static
Cygwin/X: Remove g_hwndKeyboardFocus
Cygwin/X: Move duplicate extern variable declarations from various .c
files to a new header file
hw/xwin/InitInput.c | 15 --
hw/xwin/InitOutput.c | 48 ++------
hw/xwin/Makefile.am | 4 +-
hw/xwin/XWin.man.pre | 8 +-
hw/xwin/win.h | 14 +-
hw/xwin/winblock.c | 10 --
hw/xwin/winclipboardthread.c | 2 +-
hw/xwin/winclipboardxevents.c | 6 +-
hw/xwin/winconfig.c | 12 +-
hw/xwin/wincursor.c | 4 +-
hw/xwin/windialogs.c | 26 +---
hw/xwin/winengine.c | 24 +++-
hw/xwin/winerror.c | 18 +--
hw/xwin/winglobals.c | 8 -
hw/xwin/winglobals.h | 88 ++++++++++++
hw/xwin/winkeybd.c | 2 +-
hw/xwin/winkeyhook.c | 8 +-
hw/xwin/winlayouts.h | 266 ++++++-------------------------------
hw/xwin/winmouse.c | 13 +--
hw/xwin/winmultiwindowicons.c | 7 -
hw/xwin/winmultiwindowwindow.c | 10 --
hw/xwin/winmultiwindowwm.c | 4 +-
hw/xwin/winmultiwindowwndproc.c | 9 --
hw/xwin/winnativegdi.c | 7 -
hw/xwin/winpfbdd.c | 8 -
hw/xwin/winprefs.c | 11 --
hw/xwin/winprefs.h | 3 +-
hw/xwin/winprocarg.c | 26 +---
hw/xwin/winscrinit.c | 8 -
hw/xwin/winshaddd.c | 57 +--------
hw/xwin/winshadddnl.c | 55 --------
hw/xwin/winshadgdi.c | 57 --------
hw/xwin/winvalargs.c | 7 -
hw/xwin/winwakeup.c | 10 --
hw/xwin/winwin32rootless.c | 1 -
hw/xwin/winwin32rootlesswndproc.c | 8 -
hw/xwin/winwindowswm.c | 30 ++---
hw/xwin/winwndproc.c | 18 ---
38 files changed, 221 insertions(+), 691 deletions(-)
mode change 100755 => 100644 hw/xwin/XWinrc.man.pre
mode change 100755 => 100644 hw/xwin/glx/glwrap.c
mode change 100755 => 100644 hw/xwin/glx/indirect.c
mode change 100755 => 100644 hw/xwin/winclipboardwrappers.c
mode change 100755 => 100644 hw/xwin/windialogs.c
create mode 100644 hw/xwin/winglobals.h
mode change 100755 => 100644 hw/xwin/winkeyhook.c
mode change 100755 => 100644 hw/xwin/winmultiwindowclass.c
mode change 100755 => 100644 hw/xwin/winmultiwindowclass.h
mode change 100755 => 100644 hw/xwin/winprocarg.c
mode change 100755 => 100644 hw/xwin/winrandr.c
mode change 100755 => 100644 hw/xwin/wintrayicon.c
mode change 100755 => 100644 hw/xwin/winvalargs.c
mode change 100755 => 100644 hw/xwin/winvideo.c
mode change 100755 => 100644 hw/xwin/winwin32rootless.c
mode change 100755 => 100644 hw/xwin/winwin32rootlesswindow.c
mode change 100755 => 100644 hw/xwin/winwin32rootlesswndproc.c
mode change 100755 => 100644 hw/xwin/winwindowswm.c
More information about the xorg-devel
mailing list