doc: drop removed PaintWindowBackground() and PaintWindowBorder()
These have been removed 1.5 decades ago. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1785>
This commit is contained in:
parent
f4d878086e
commit
f209ac2014
|
@ -3285,9 +3285,8 @@ need to be done when these happen, such as allocating or deallocating
|
||||||
structures that are only needed for visible windows. RealizeWindow
|
structures that are only needed for visible windows. RealizeWindow
|
||||||
does NOT draw the window border, background or contents;
|
does NOT draw the window border, background or contents;
|
||||||
UnrealizeWindow does NOT erase the window or generate exposure events
|
UnrealizeWindow does NOT erase the window or generate exposure events
|
||||||
for underlying windows; this is taken care of by DIX. DIX does,
|
for underlying windows; this is taken care of by DIX.
|
||||||
however, call PaintWindowBackground() and PaintWindowBorder() to
|
</para>
|
||||||
perform some of these.</para>
|
|
||||||
<para>
|
<para>
|
||||||
<blockquote><programlisting>
|
<blockquote><programlisting>
|
||||||
|
|
||||||
|
@ -3391,7 +3390,7 @@ and all of its child windows.</para>
|
||||||
If generateExposures is false, the client is trying to simply erase part
|
If generateExposures is false, the client is trying to simply erase part
|
||||||
of the window to the background fill style.
|
of the window to the background fill style.
|
||||||
ClearToBackground should write the background color or tile to the
|
ClearToBackground should write the background color or tile to the
|
||||||
rectangle in question (probably using PaintWindowBackground).
|
rectangle in question.
|
||||||
If w or h is zero, it clears all the way to the right or lower edge of the window.</para>
|
If w or h is zero, it clears all the way to the right or lower edge of the window.</para>
|
||||||
<para>
|
<para>
|
||||||
The sample server implementation is in Xserver/mi/miwindow.c.</para>
|
The sample server implementation is in Xserver/mi/miwindow.c.</para>
|
||||||
|
@ -4052,7 +4051,7 @@ returned instead). Furthermore, the invalid bits of the source are
|
||||||
not copied to the destination and (when the destination is a window)
|
not copied to the destination and (when the destination is a window)
|
||||||
are filled with the background tile. The sample routine
|
are filled with the background tile. The sample routine
|
||||||
miHandleExposures generates the appropriate return value and fills the
|
miHandleExposures generates the appropriate return value and fills the
|
||||||
invalid area using pScreen->PaintWindowBackground.</para>
|
invalid area.</para>
|
||||||
<para>
|
<para>
|
||||||
For instance, imagine a window that is partially obscured by other
|
For instance, imagine a window that is partially obscured by other
|
||||||
windows in front of it. As text is scrolled on your window, the pixels
|
windows in front of it. As text is scrolled on your window, the pixels
|
||||||
|
@ -4994,8 +4993,6 @@ mi and fb implementations.</para>
|
||||||
<row><entry><function>ModifyPixmapHeader</function></entry><entry><literal>mi</literal></entry><entry><para>Screen</para></entry></row>
|
<row><entry><function>ModifyPixmapHeader</function></entry><entry><literal>mi</literal></entry><entry><para>Screen</para></entry></row>
|
||||||
<row><entry><function>NextAvailableClient</function></entry><entry><literal>dix</literal></entry><entry><para></para></entry></row>
|
<row><entry><function>NextAvailableClient</function></entry><entry><literal>dix</literal></entry><entry><para></para></entry></row>
|
||||||
<row><entry><function>OsInit</function></entry><entry><literal>os</literal></entry><entry><para></para></entry></row>
|
<row><entry><function>OsInit</function></entry><entry><literal>os</literal></entry><entry><para></para></entry></row>
|
||||||
<row><entry><function>PaintWindowBackground</function></entry><entry><literal>mi</literal></entry><entry><para>Window</para></entry></row>
|
|
||||||
<row><entry><function>PaintWindowBorder</function></entry><entry><literal>mi</literal></entry><entry><para>Window</para></entry></row>
|
|
||||||
<row><entry><function>PointerNonInterestBox</function></entry><entry><literal>hd</literal></entry><entry><para>Screen</para></entry></row>
|
<row><entry><function>PointerNonInterestBox</function></entry><entry><literal>hd</literal></entry><entry><para>Screen</para></entry></row>
|
||||||
<row><entry><function>PointInRegion</function></entry><entry><literal>mi</literal></entry><entry><para>Screen</para></entry></row>
|
<row><entry><function>PointInRegion</function></entry><entry><literal>mi</literal></entry><entry><para>Screen</para></entry></row>
|
||||||
<row><entry><function>PolyArc</function></entry><entry><literal>mi</literal></entry><entry><para>GC op</para></entry></row>
|
<row><entry><function>PolyArc</function></entry><entry><literal>mi</literal></entry><entry><para>GC op</para></entry></row>
|
||||||
|
|
Loading…
Reference in New Issue