mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
Wrap ClipNotify to see region motions during MoveWindow.
Check window reorigin in PositionWindow and bump pixmap serial numbers to
revalidate GCs.
Fix picture clip region origin in automatic update
Initialize client private 'critical' value
Clean up pixmap bounds checking code to only affect contents allocated by
fb.
Oops. Call SourceValidate for Composite operations.
Add Xchips server (vesa based)
This commit is contained in:
parent
6db7792540
commit
33fdd50a94
5 changed files with 98 additions and 46 deletions
|
|
@ -1,5 +1,5 @@
|
|||
if KDRIVEVESA
|
||||
VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi
|
||||
VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi chips
|
||||
endif
|
||||
|
||||
if KDRIVEFBDEV
|
||||
|
|
|
|||
Loading…
Reference in a new issue