mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-14 23:58:29 +02:00
Revert "mi: unexport miChangeBorderWidth()"
This reverts commit b23ecec2f4.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2102>
This commit is contained in:
parent
771c3f534f
commit
0fa834fa98
2 changed files with 4 additions and 1 deletions
4
mi/mi.h
4
mi/mi.h
|
|
@ -286,6 +286,10 @@ extern _X_EXPORT void miPolylines(DrawablePtr pDrawable,
|
|||
|
||||
/* miwindow.c */
|
||||
|
||||
extern _X_EXPORT void miChangeBorderWidth(WindowPtr /*pWin */ ,
|
||||
unsigned int /*width */
|
||||
);
|
||||
|
||||
extern _X_EXPORT void miMarkUnrealizedWindow(WindowPtr /*pChild */ ,
|
||||
WindowPtr /*pWin */ ,
|
||||
Bool /*fromConfigure */
|
||||
|
|
|
|||
|
|
@ -64,6 +64,5 @@ void miResizeWindow(WindowPtr pWin, int x, int y, unsigned int w,
|
|||
unsigned int h, WindowPtr pSib);
|
||||
WindowPtr miGetLayerWindow(WindowPtr pWin);
|
||||
void miSetShape(WindowPtr pWin, int kind);
|
||||
void miChangeBorderWidth(WindowPtr pWin, unsigned int width);
|
||||
|
||||
#endif /* _XSERVER_MI_PRIV_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue