From 2df2595ab27b00523dbbdd0d3661a97610f5a137 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 29 Apr 2011 06:47:28 +0000 Subject: xserver mesa git update 28 Apr 2011 --- xorg-server/hw/xquartz/applewmExt.h | 18 ++++++------------ xorg-server/xkeyboard-config/symbols/lt | 11 ++--------- 2 files changed, 8 insertions(+), 21 deletions(-) (limited to 'xorg-server') diff --git a/xorg-server/hw/xquartz/applewmExt.h b/xorg-server/hw/xquartz/applewmExt.h index f622f79b4..35c8f8f6d 100644 --- a/xorg-server/hw/xquartz/applewmExt.h +++ b/xorg-server/hw/xquartz/applewmExt.h @@ -34,20 +34,15 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "window.h" #include +#if XPLUGIN_VERSION < 4 +typedef xp_frame_attr int; +typedef xp_frame_class int; +typedef xp_frame_rect int; +#endif + typedef int (*DisableUpdateProc)(void); typedef int (*EnableUpdateProc)(void); typedef int (*SetWindowLevelProc)(WindowPtr pWin, int level); -#if XPLUGIN_VERSION < 4 -typedef int (*FrameGetRectProc)(int type, int class, const BoxRec *outer, - const BoxRec *inner, BoxRec *ret); -typedef int (*FrameHitTestProc)(int class, int x, int y, - const BoxRec *outer, - const BoxRec *inner, int *ret); -typedef int (*FrameDrawProc)(WindowPtr pWin, int class, unsigned int attr, - const BoxRec *outer, const BoxRec *inner, - unsigned int title_len, - const unsigned char *title_bytes); -#else typedef int (*FrameGetRectProc)(xp_frame_rect type, xp_frame_class class, const BoxRec *outer, const BoxRec *inner, BoxRec *ret); typedef int (*FrameHitTestProc)(xp_frame_class class, int x, int y, @@ -57,7 +52,6 @@ typedef int (*FrameDrawProc)(WindowPtr pWin, xp_frame_class class, xp_frame_attr const BoxRec *outer, const BoxRec *inner, unsigned int title_len, const unsigned char *title_bytes); -#endif typedef int (*SendPSNProc)(uint32_t hi, uint32_t lo); typedef int (*AttachTransientProc)(WindowPtr pWinChild, WindowPtr pWinParent); diff --git a/xorg-server/xkeyboard-config/symbols/lt b/xorg-server/xkeyboard-config/symbols/lt index 8b243edc5..ca50f4614 100644 --- a/xorg-server/xkeyboard-config/symbols/lt +++ b/xorg-server/xkeyboard-config/symbols/lt @@ -162,16 +162,9 @@ xkb_symbols "ibm" { }; // LEKP and LEKPa layouts 1.0 -// Copyright (c) 2007 Tautrimas Pajarskas +// Copyright (C) 2007 Tautrimas Pajarskas // For more info visit http://lekp.info -// -// LEKP and LEKPa layouts are licensed under the Creative Commons -// Attribution-Noncommercial-Share Alike 3.0 License. -// To view a copy of this license, visit -// http://creativecommons.org/licenses/by-nc-sa/3.0/ or send -// a letter to Creative Commons, 171 Second Street, Suite 300, -// San Francisco, California, 94105, USA. -// +// Made by Ernestas Lukoševičius // Minor cleanup by Rimas Kudelis, 2010 partial alphanumeric_keys modifier_keys -- cgit v1.2.3