On 25.01.2011 20:54, [email protected] wrote:
> Author: matt
> Date: 2011-01-25 11:54:09 -0800 (Tue, 25 Jan 2011)
> New Revision: 8314
> Log:
> Added Fl::event_dispatch() which can add a function to FLTK that monitors all 
> events before they reach Fl::handle(). STR 2532
>
> Modified:
>     branches/branch-1.3/FL/Fl.H
>     branches/branch-1.3/src/Fl.cxx

>     branches/branch-1.3/src/fl_font_mac.cxx

-----------------------------^^^^^^^^^^^^^^^^

unintended commit ????


> Modified: branches/branch-1.3/src/fl_font_mac.cxx
> ===================================================================
> --- branches/branch-1.3/src/fl_font_mac.cxx   2011-01-25 15:44:40 UTC (rev 
> 8313)
> +++ branches/branch-1.3/src/fl_font_mac.cxx   2011-01-25 19:54:09 UTC (rev 
> 8314)
> @@ -312,7 +312,7 @@
>         i++; // because a pair of UniChar's represent a single character
>         continue;
>         }
> -    unsigned int r = uni>>  7; // index of the character block containing uni
> +    unsigned int r = uni>>  9; // index of the character block containing uni
>       if (!fl_fontsize->width[r]) { // this character block has not been hit 
> yet
>   //fprintf(stderr,"r=%d size=%d name=%s\n",r,fl_fontsize->size, 
> fl_fontsize->q_name);
>         // allocate memory to hold width of each character in the block
>


Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to