Changeset 3913 for libcaca/trunk/caca/driver/x11.c
- Timestamp:
- Nov 16, 2009, 2:30:53 PM (13 years ago)
- File:
-
- 1 edited
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.