comparison src/ChangeLog @ 102430:e5feb6e6124a

(ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and use NSRectFill instead of NSDrawGroove.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Fri, 06 Mar 2009 15:30:04 +0000
parents 3592fbfdbc63
children 928c9091126b
comparison
equal deleted inserted replaced
102429:6ad9dc785e40 102430:e5feb6e6124a
1 2009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2
3 (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and
4 use NSRectFill instead of NSDrawGroove.
5
1 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com> 6 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2 7
3 * nsterm.m (x_set_window_size): Change back to calculated method 8 * nsterm.m (x_set_window_size): Change back to calculated method
4 of setting toolbar height under Cocoa. (Bug#2546) 9 of setting toolbar height under Cocoa. (Bug#2546)
5 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method. 10 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.