PPT Slide
xbmcursor.c p190
bitmap = gdk_bitmap_create_from_data(
NULL,arrow_bits,
arrow1_width,arrow_height);
mask = gdk_bitmap_create_from_data(
NULL,xmask_bits,
xmask_width,xmask_height);
cursor = gdk_cursor_new_from_pixmap(
bitmap,mask,
&oneColor,&zeroColor,
arrow_x_hot,arrow_y_hot);
gdk_window_set_cursor(
topLevel->window,cursor);
Previous slide
Back to first slide
View graphic version