Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/output/port/kfb.c

    r28a5ebd r4122410  
    7979
    8080/** Function to draw a character. */
    81 typedef void (*draw_char_t)(sysarg_t, sysarg_t, bool, char32_t, pixel_t,
     81typedef void (*draw_char_t)(sysarg_t, sysarg_t, bool, wchar_t, pixel_t,
    8282    pixel_t);
    8383
     
    287287 *
    288288 */
    289 static void draw_char_aligned(sysarg_t x, sysarg_t y, bool inverted, char32_t ch,
     289static void draw_char_aligned(sysarg_t x, sysarg_t y, bool inverted, wchar_t ch,
    290290    pixel_t bgcolor, pixel_t fgcolor)
    291291{
     
    350350 */
    351351static void draw_char_fallback(sysarg_t x, sysarg_t y, bool inverted,
    352     char32_t ch, pixel_t bgcolor, pixel_t fgcolor)
     352    wchar_t ch, pixel_t bgcolor, pixel_t fgcolor)
    353353{
    354354        /* Character glyph */
Note: See TracChangeset for help on using the changeset viewer.