1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-01 03:22:30 +01:00

fixed some Bool flags passed to WINgs functions to always set 1 or 0 values internally

This commit is contained in:
dan
2002-03-28 04:20:30 +00:00
parent 208ee16849
commit e4a53ba71e
21 changed files with 36 additions and 27 deletions

View File

@@ -13,6 +13,8 @@ Changes since wmaker 0.80.0:
- Fixed WMGetViewScreenPosition() to consider the window decorations.
- Added ability to enable/disable individual WMTableViewItems.
- Fixed textfields regarding interpretation of special keys with modifiers.
- Fixed some functions that accept a boolean flag as a paramater, to set only
1 or 0 for the flag value, not the flag passed by the user.
Changes since wmaker 0.70.0: