|
No longer can set bitmap cursor for PtWindow widget
|
04/07/2009 2:23 AM
post26157
|
No longer can set bitmap cursor for PtWindow widget
I'm using:
PtSetResource(window, Pt_ARG_CURSOR_TYPE, Ph_CURSOR_BITMAP, 0);
PtSetResource(window, Pt_ARG_BITMAP_CURSOR, phcursordef, phcursordef->hdr.len+sizeof(PhRegionDataHdr_t));
This code works fine in QNX versions below 6.4, while using this code on 6.4 it doesn't redefine cursor shape for window
region, and last active cursor shape is active for window region.
|
|
|