comparison src/faces.c @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents 22c4e67a2e69
children af961911bcb2 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
1416 face cache. But this is the cache we're building right now, it is 1416 face cache. But this is the cache we're building right now, it is
1417 null. 1417 null.
1418 - BARF !!!!! 1418 - BARF !!!!!
1419 1419
1420 To sum up, this means that it is in general unsafe to instantiate 1420 To sum up, this means that it is in general unsafe to instantiate
1421 images before face cache updating is complete (appart from image 1421 images before face cache updating is complete (apart from image
1422 related face attributes). The solution we use below is to actually 1422 related face attributes). The solution we use below is to actually
1423 detect whether we're building the window's face_cachels for the first 1423 detect whether we're building the window's face_cachels for the first
1424 time, and simply NOT frob the background pixmap in that case. If 1424 time, and simply NOT frob the background pixmap in that case. If
1425 other image-related face attributes are ever implemented, they should 1425 other image-related face attributes are ever implemented, they should
1426 be protected the same way right here. 1426 be protected the same way right here.
1427 1427
1428 One note: 1428 One note:
1429 * See comment in `default_face_font_info' in face.c. Who wrote it ? 1429 * See comment in `default_face_font_info' in face.c. Who wrote it ?
1430 Maybe we have the begining of an answer here ? 1430 Maybe we have the beginning of an answer here ?
1431 1431
1432 Footnotes: 1432 Footnotes:
1433 [1] See comment at the top of `allocate_window' in window.c. 1433 [1] See comment at the top of `allocate_window' in window.c.
1434 1434
1435 -- didier 1435 -- didier