2 * Thread safe wrappers around xpm calls.
3 * This file was generated automatically by tools/make_X11wrappers
16 int TSXpmCreatePixmapFromData(Display
*a0
, Drawable a1
, char **a2
, Pixmap
*a3
, Pixmap
*a4
, XpmAttributes
*a5
)
20 r
= XpmCreatePixmapFromData(a0
, a1
, a2
, a3
, a4
, a5
);
25 int TSXpmAttributesSize(void)
29 r
= XpmAttributesSize();
34 #endif /* defined(HAVE_LIBXXPM) */