mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
dix: rpcbuf: exporting x_rpcbuf_write_string_0t_pad for glx
Signed-off-by: sesankm <26676400+sesankm@users.noreply.github.com>
This commit is contained in:
@@ -99,6 +99,7 @@ Bool x_rpcbuf_write_string_pad(x_rpcbuf_t *rpcbuf, const char *str)
|
||||
return __x_rpcbuf_write_bin_pad(rpcbuf, str, strlen(str));
|
||||
}
|
||||
|
||||
_X_EXPORT /* only for GLX, not part of public ABI */
|
||||
Bool x_rpcbuf_write_string_0t_pad(x_rpcbuf_t *rpcbuf, const char *str)
|
||||
{
|
||||
if (!str)
|
||||
|
||||
Reference in New Issue
Block a user