Changeset 2040 for libcaca/trunk/caca/driver_x11.c
- Timestamp:
- Nov 23, 2007, 11:34:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/driver_x11.c
r1837 r2040 89 89 #endif 90 90 91 _ cucul_set_canvas_size(dp->cv, width ? width : 80, height ? height : 32);91 __cucul_set_canvas_size(dp->cv, width ? width : 80, height ? height : 32); 92 92 93 93 dp->drv.p->dpy = XOpenDisplay(NULL);
Note: See TracChangeset
for help on using the changeset viewer.