1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2025-12-19 12:28:10 +01:00

1575762: initialization of pixmask

made some mess about borders: the whole tile is now used up by the
application.  colour 0 seems to be reserved for transparency.
This commit is contained in:
mfrasca
2006-10-12 18:27:08 +00:00
parent ed4b557ab0
commit 70a5bc50ed
2 changed files with 5 additions and 13 deletions

View File

@@ -537,8 +537,8 @@ background = \
]
char_width, char_height = wmdocklib.initPixmap(background,
font_name='6x8',
bg='7', fg='a')
font_name='5x7',
bg='8', fg='a')
if __name__ == '__main__':
main()