Searched refs:cursor_bitmap (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xsetroot/dist/
H A Dxsetroot.c397 Pixmap cursor_bitmap, mask_bitmap; local in function:CreateCursorFromFiles
411 cursor_bitmap = ReadBitmapFile(cursor_file, &width, &height, &x_hot, &y_hot);
433 cursor = XCreatePixmapCursor(dpy, cursor_bitmap, mask_bitmap, &fg, &bg,
435 XFreePixmap(dpy, cursor_bitmap);

Completed in 2 milliseconds