simplewall
simplewall copied to clipboard
add ability for users to modify rule weights
#1303 Patch does the following:
- Added GUI weight field to resource.rc file

- Added
IDC_RULE_WEIGHT&IDC_RULE_WEIGHT_IDto resource.h (these numbers need looking at, I started at 500) - Added ability to read and write context->ptr_rule->weight field from the textbox
Also fixed a bug to do with a recent update to routine
Added 0 to _r_dc_drawwindow invocation in notifications.rc
_r_dc_drawwindow (hdc, hwnd, 0, TRUE);
It does not needed at all.