mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2026-05-09 08:18:06 +02:00
correct a prototype
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
This commit is contained in:
parent
a383f6cc5d
commit
438e798b34
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ XcursorImages *XcursorFilenameLoadImages (
|
|||
const char *filename,
|
||||
int size)
|
||||
.NS
|
||||
XcursorImages *XcursorFilenameLoadAllImages (FILE *file)
|
||||
XcursorImages *XcursorFilenameLoadAllImages (const char *file)
|
||||
.NS
|
||||
XcursorBool XcursorFilenameLoad (
|
||||
const char *file,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue