소스 검색

* Comment clarification.

tags/v0.99.beta14
Sam Hocevar sam 18 년 전
부모
커밋
67ee65c720
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      cucul/cucul.c

+ 3
- 2
cucul/cucul.c 파일 보기

@@ -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;



불러오는 중...
취소
저장