On 6/28/07, Felipe Monteiro de Carvalho
<[EMAIL PROTECTED]> >   source :=
gdk_bitmap_create_from_data (nil, cursorbits, 4, 4);
  mask := gdk_bitmap_create_from_data (nil, cursormask, 4, 4);
  cursor := gdk_cursor_new_from_pixmap (source, mask, @fg, @bg, 0, 0);

This part of the code is a little different because I was trying all
combinations possible to make this work.

But using the old, and more correct values, of 16, 16, .... 16, 16
.... 8, 8 also works.

Trying with LCL now.

--
Felipe Monteiro de Carvalho

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to