diff options
Diffstat (limited to 'hw/xnest/Visual.h')
-rw-r--r-- | hw/xnest/Visual.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xnest/Visual.h b/hw/xnest/Visual.h index 1bd203709..c3ae8a19f 100644 --- a/hw/xnest/Visual.h +++ b/hw/xnest/Visual.h @@ -17,9 +17,9 @@ is" without express or implied warranty. Visual *xnestVisual(VisualPtr pVisual); Visual *xnestVisualFromID(ScreenPtr pScreen, VisualID visual); -Colormap xnestDefaultVisualColormap(Visual *visual); +Colormap xnestDefaultVisualColormap(Visual * visual); #define xnestDefaultVisual(pScreen) \ xnestVisualFromID((pScreen), (pScreen)->rootVisual) -#endif /* XNESTVISUAL_H */ +#endif /* XNESTVISUAL_H */ |