Mercurial > emacs
view nt/ebuild.bat @ 41448:96beda35d0fa
(w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
<WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
(my_create_tip_window, Fx_show_tip): Adjust size for external border.
(my_create_tip_window): Assign tip_window.
(x_create_tip_frame): Use same defaults as X.
(compute_tip_xy): Remove unused variable. Use full screen width.
(Fx_show_tip): Do not double height. Call ShowWindow directly.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 24 Nov 2001 17:39:31 +0000 |
parents | 0c5df70bbee8 |
children | 695cf19ef79e |
line wrap: on
line source
@echo off if (%1) == () nmake -f makefile.nt all if not (%1) == () nmake -f makefile.nt %1 %2 %3 %4 %5 %6 %7 %8 %9