merge latest (4.3.99.16) from XFree86 (vendor) branch
This commit is contained in:
@@ -12,13 +12,14 @@ the suitability of this software for any purpose. It is provided "as
|
||||
is" without express or implied warranty.
|
||||
|
||||
*/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xnest/Visual.h,v 1.2 2003/11/16 05:05:20 dawes Exp $ */
|
||||
|
||||
#ifndef XNESTVISUAL_H
|
||||
#define XNESTVISUAL_H
|
||||
|
||||
Visual *xnestVisual();
|
||||
Visual *xnestVisualFromID();
|
||||
Colormap xnestDefaultVisualColormap();
|
||||
Visual *xnestVisual(VisualPtr pVisual);
|
||||
Visual *xnestVisualFromID(ScreenPtr pScreen, VisualID visual);
|
||||
Colormap xnestDefaultVisualColormap(Visual *visual);
|
||||
|
||||
#define xnestDefaultVisual(pScreen) \
|
||||
xnestVisualFromID((pScreen), (pScreen)->rootVisual)
|
||||
|
||||
Reference in New Issue
Block a user