Changeset 3913
- Timestamp:
- 11/16/09 14:30:53 (4 years ago)
- File:
-
- 1 edited
-
libcaca/trunk/caca/driver/x11.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver/x11.c
r3587 r3913 75 75 XSetWindowAttributes x11_winattr; 76 76 int (*old_error_handler)(Display *, XErrorEvent *); 77 char const *fonts[] = { NULL, "8x13bold", "fixed" }, **parser;77 char const *fonts[] = { NULL, "8x13bold", "fixed", NULL }, **parser; 78 78 char const *geometry; 79 79 int width = caca_get_canvas_width(dp->cv);
Note: See TracChangeset
for help on using the changeset viewer.
