Procházet zdrojové kódy

Fix an unlikely crash that may happen when the X server cannot open

the "fixed" font.
tags/v0.99.beta17
Sam Hocevar sam před 15 roky
rodič
revize
7ebd74e3ee
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      caca/driver/x11.c

+ 1
- 1
caca/driver/x11.c Zobrazit soubor

@@ -74,7 +74,7 @@ static int x11_init_graphics(caca_display_t *dp)
Colormap colormap;
XSetWindowAttributes x11_winattr;
int (*old_error_handler)(Display *, XErrorEvent *);
char const *fonts[] = { NULL, "8x13bold", "fixed" }, **parser;
char const *fonts[] = { NULL, "8x13bold", "fixed", NULL }, **parser;
char const *geometry;
int width = caca_get_canvas_width(dp->cv);
int height = caca_get_canvas_height(dp->cv);


Načítá se…
Zrušit
Uložit