Searched defs:x_hotspot (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c4641 UINT x_hotspot, UINT y_hotspot, struct wined3d_surface *cursor_image)
4643 TRACE("device %p, x_hotspot %u, y_hotspot %u, cursor_image %p.\n",
4644 device, x_hotspot, y_hotspot, cursor_image);
4762 cursorInfo.xHotspot = x_hotspot;
4780 device->xHotSpot = x_hotspot;
4640 wined3d_device_set_cursor_properties(struct wined3d_device *device, UINT x_hotspot, UINT y_hotspot, struct wined3d_surface *cursor_image) argument

Completed in 62 milliseconds