Pixmap *shapemask_return,
XpmAttributes *attributes)
{
- return XmeXpmCreatePixmapFromData(display, d, data,
+ return XpmCreatePixmapFromData(display, d, data,
pixmap_return, shapemask_return,
attributes);
}
Pixmap *shapemask_return,
XpmAttributes *attributes)
{
- return XmeXpmReadFileToPixmap(display, d, filename,
+ return XpmReadFileToPixmap(display, d, filename,
pixmap_return, shapemask_return,
attributes);
}
Pixmap shapemask,
XpmAttributes *attributes)
{
- return XmeXpmWriteFileFromPixmap(display, filename,
+ return XpmWriteFileFromPixmap(display, filename,
pixmap, shapemask,
attributes);
}
XImage **shapeimage_return,
XpmAttributes *attributes)
{
- return XmeXpmReadFileToImage(display, filename,
+ return XpmReadFileToImage(display, filename,
image_return, shapeimage_return,
attributes);
}
XImage *shapeimage,
XpmAttributes *attributes)
{
- return XmeXpmWriteFileFromImage(display, filename,
+ return XpmWriteFileFromImage(display, filename,
image, shapeimage,
attributes);
}
void _DtXpmFreeAttributes(XpmAttributes *attributes)
{
- XmeXpmFreeAttributes(attributes);
+ XpmFreeAttributes(attributes);
}
XpmAttributes xpm_attr ;
xpm_attr.valuemask = 0 ;
- XmeXpmCreatePixmapFromData(f_display,
+ XpmCreatePixmapFromData(f_display,
XtWindow((Widget)toplevel()),
(char**)graphic_unavailable_data,
&temp_pixmap,
XpmAttributes xpm_attr;
xpm_attr.valuemask = 0 ;
- int status = XmeXpmCreatePixmapFromData(f_display,
+ int status = XpmCreatePixmapFromData(f_display,
XtWindow((Widget)toplevel()),
(char**)detached_pixmap_data,
&f_detached_pixmap,
status = xpm_lib().ReadFileToPixmap (f_display, XtWindow ((Widget)toplevel()),
fname, &pixmap, NULL, &xpm_attributes);
#else
- status = XmeXpmReadFileToPixmap (f_display, XtWindow ((Widget)toplevel()),
+ status = XpmReadFileToPixmap (f_display, XtWindow ((Widget)toplevel()),
fname, &pixmap, NULL, &xpm_attributes);
#endif