Re: [cp-patches] FYI: Generate name the same way as Sun

2006-07-08 Thread Robert Schuster
Hi Tania +if (type == 0) + name = Default Cursor; +else if (type == 1) + name = Crosshair Cursor; +else if (type == 2) + name = Text Cursor; +else if (type == 3) + name = Wait Cursor; +else if (type == 4) + name = Southwest Resize Cursor; +else if

[cp-patches] FYI: Generate name the same way as Sun

2006-07-07 Thread Tania Bento
Hey, This patch generates the default name the same way as Sun as does. If someone could please comment on or approve this patch, that would be great. Thanks, Tania 2006-07-07 Tania Bento * gnu/java/awt/peer/ClasspathFontPeer.java (isLogicalFontName): Return true if name ==

Re: [cp-patches] FYI: Generate name the same way as Sun

2006-07-07 Thread Tania Bento
Sorry... Wrong patch. Attached is the good one. On Fri, 2006-07-07 at 16:09 -0400, Tania Bento wrote: Hey, This patch generates the default name the same way as Sun as does. If someone could please comment on or approve this patch, that would be great. Thanks, Tania 2006-07-07 Tania