diff options
author | Keith Packard <keithp@keithp.com> | 2003-12-02 01:59:38 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-12-02 01:59:38 +0000 |
commit | 33fdd50a94baab1db342bfce442907db8f8ad03e (patch) | |
tree | 478f78b1f3939a9c5571f38e60a19c8d7823c3ff /hw/kdrive/Makefile.am | |
parent | 6db77925406a0ee600998ad558a50190ba631649 (diff) |
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)
Diffstat (limited to 'hw/kdrive/Makefile.am')
-rw-r--r-- | hw/kdrive/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/Makefile.am b/hw/kdrive/Makefile.am index 1ff8a0d50..0e2fe358d 100644 --- a/hw/kdrive/Makefile.am +++ b/hw/kdrive/Makefile.am @@ -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 |