Browse Source

* Comment clarification.

tags/v0.99.beta14
Sam Hocevar sam 18 years ago
parent
commit
67ee65c720
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      cucul/cucul.c

+ 3
- 2
cucul/cucul.c View File

@@ -50,8 +50,9 @@ cucul_t * cucul_init(void)
qq->fgcolor = CUCUL_COLOR_LIGHTGRAY;
qq->bgcolor = CUCUL_COLOR_BLACK;

/* Initialise to a default size. When a graphic driver attaches to
* us, we'll adapt to its size. */
/* Initialise to a default size. 80x32 is arbitrary but matches AAlib's
* default X11 window. When a graphic driver attaches to us, it can set
* a different size. */
qq->width = 80;
qq->height = 32;



Loading…
Cancel
Save