# HG changeset patch # User Adrian Robert # Date 1236353404 0 # Node ID e5feb6e6124ad77afbf5c4ed019468fe786f661b # Parent 6ad9dc785e402165340e7fe11f7687556cda65f9 (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and use NSRectFill instead of NSDrawGroove. diff -r 6ad9dc785e40 -r e5feb6e6124a src/ChangeLog --- a/src/ChangeLog Fri Mar 06 15:29:50 2009 +0000 +++ b/src/ChangeLog Fri Mar 06 15:30:04 2009 +0000 @@ -1,3 +1,8 @@ +2009-03-06 Aaron Ecay (tiny change) + + (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and + use NSRectFill instead of NSDrawGroove. + 2009-03-06 Adrian Robert * nsterm.m (x_set_window_size): Change back to calculated method