mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-19 12:28:10 +01:00
1642056: pywmwet.py
adding the file pywmwet.py to cvs. also removing an unnecessary parameter in a call to wmdocklib.initPixmap.
This commit is contained in:
@@ -666,7 +666,7 @@ def main():
|
||||
sys.argv[0] = programName
|
||||
|
||||
global char_width, char_height
|
||||
char_width, char_height = wmdocklib.initPixmap(patterns=background,
|
||||
char_width, char_height = wmdocklib.initPixmap(#patterns=background,
|
||||
font_name=font,
|
||||
bg='_', fg='%',
|
||||
palette=palette)
|
||||
|
||||
Reference in New Issue
Block a user