On Tue, Nov 04, 2003 at 10:50:14AM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | I had to rename Cursor to LCursor it since there is some name clash > | with some X header. > > I find this unfortunate. That is this Cursor from X? a defne? or a > typedef?
/usr/X11/include/X11/X.h:typedef XID Cursor; /usr/X11/include/X11/X.h:typedef unsigned long XID; /usr/X11/include/X11/Xdefs.h:typedef unsigned long XID; Not really usable as LyX cursor... Andre'