summaryrefslogtreecommitdiff
path: root/hw/xwin/glx/winpriv.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-07hw/xwin: Report Window XIDs in Window debug messagesJon TURNEY1-1/+1
Report Window XIDs in Window create/destroy/reparent debug messages It's actually quite useful if you are trying to corrolate those events with what a client is doing... Reviewed-by: Colin Harrison <colin.harrison@virgin.net> Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2011-07-07hw/xwin: Add a flag to track which windows have been drawn to using WGL.Jon TURNEY1-0/+3
Reviewed-by: Colin Harrison <colin.harrison@virgin.net> Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2010-04-28Cygwin/X: AIGLX using native WGLJon TURNEY1-0/+126
A rewrite of the XWin DDX AIGLX code to actually make it do something useful again Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>