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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user