mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
glapi: don't export always-private functions
Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33634>
This commit is contained in:
parent
c13a3de924
commit
e4830d6e44
1 changed files with 3 additions and 3 deletions
|
|
@ -124,7 +124,7 @@ _GLAPI_EXPORT _glapi_proc
|
|||
_mesa_glapi_get_proc_address(const char *funcName);
|
||||
|
||||
|
||||
_GLAPI_EXPORT const char *
|
||||
const char *
|
||||
_glapi_get_proc_name(unsigned int offset);
|
||||
|
||||
|
||||
|
|
@ -137,11 +137,11 @@ _glapi_table_patch(struct _glapi_table *, const char *name, void *wrapper);
|
|||
#endif
|
||||
|
||||
|
||||
_GLAPI_EXPORT void
|
||||
void
|
||||
_glapi_set_nop_handler(_glapi_nop_handler_proc func);
|
||||
|
||||
/** Return pointer to new dispatch table filled with no-op functions */
|
||||
_GLAPI_EXPORT struct _glapi_table *
|
||||
struct _glapi_table *
|
||||
_glapi_new_nop_table(unsigned num_entries);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue