~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk:xorg-server-1.4-apple

Last commit made on 2009-10-18
Get this branch:
git clone -b xorg-server-1.4-apple https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk

Branch merges

Branch information

Recent commits

38c138f... by Jeremy Sequoia

1.4.2-apple50

9025e44... by Jeremy Sequoia

Rootless: src drawable window can now be NULL

Fix a possible crash when pSrc->pDrawable is NULL.

Signed-off-by: Colin Harrison <email address hidden>
Signed-off-by: Jeremy Huddleston <email address hidden>
(cherry picked from commit 7e178ffbed7c8557faf8d471ad275aa2b0365e1d)

4bcc5e7... by Jeremy Sequoia

Rootless: Abstract some of the Xplugin specific stuff which has crept into rootlessWindow.c

The rootless extension now directly calls some Xplugin functions, and relies
on types defined in Xplugin.h, which isn't very abstracted :-)

This patch is a start at abstracting some of the Xplugin specific stuff which
has crept into rootlessWindow.c. This has been done in a pretty mindless fashion,
without much thought as to if the additions to the generic rootless interface are
the correct ones

There is some confusion as to if RootlesscolormapCallback() returns a Bool or
xp_error_enum value (not so abstact), but I have no way of checking, of finding
out if Xplugin actually checks the result :-)

Based on patches from Colin Harrison, Jon Turney and Yaakov Selkowitz

Signed-off-by: Jon TURNEY <email address hidden>
Signed-off-by: Jeremy Huddleston <email address hidden>
(cherry picked from commit 6980f77892e0409b44bd8f33ba82e7273c6462a4)

b5dea63... by Jeremy Sequoia

XQuartz: Fix a possible minor memory leak
(cherry picked from commit 24e640e1fa6cfb3917ba90dcdabf1fadddff20aa)

530e7af... by Jeremy Sequoia

XQuartz: Send mouse location with scroll events.

This fixes the problem where (0, 0) was sent as the mouse location with scroll
button events causing the event to not reach the client.
(cherry picked from commit c4886fbabc1d8b4054654b227fcad83f58e8e798)

d88d167... by Peter Hutterer

render: rename SetBit to RenderSetBit.

Avoiding namespace collision with the SetBit macro soon to be used in the
input code.

Signed-off-by: Peter Hutterer <email address hidden>
(cherry picked from commit 8460425740c72e58bcb897557f033e2836251160)

9af39f0... by Jeremy Sequoia

1.4.2-apple49

246fcc7... by Jeremy Sequoia

XQuartz: Dead code removal: quartzPasteboard.[hc]
(cherry picked from commit 9936b5b188dd85f169c41ef8ec46c9a210528c3f)

2a4a79a... by Jeremy Sequoia

XQuartz: Set the proper bitmap for key repeats...

XkbSetRepeatKeys lies and doesn't do what it says it will...
(cherry picked from commit 873467adad479be02cd9cc6b43685919f5612d91)

ba21bbf... by Peter Hutterer

dix: add SetBit(arr, bit) and ClearBit(arr, bit) to include/inputstr.h

Signed-off-by: Peter Hutterer <email address hidden>
(cherry picked from commit 5e0967f5fc2e0fcf2a55128eb03931cf6f5709e9)