]> git.eshelyaron.com Git - emacs.git/commit
Fix GNUStep issues with startup.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 7 Dec 2013 16:48:12 +0000 (17:48 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 7 Dec 2013 16:48:12 +0000 (17:48 +0100)
commit1bb2debd5f1f02397458de593531f9712cfeb068
tree42b0950aa773227f70c027e0c081a3b2f6a946f4
parentfa6fa1a1773f255b5efbe52a743b017f4908a6cb
Fix GNUStep issues with startup.

* nsterm.h (EmacsApp): Add applicationDidFinishLaunchingCalled.

Pixel resize changes for NS.
* nsterm.m (x_set_window_size): Change parameters rows/cols to
height/width.  row/cols are locals.
Pass pixelwise to check_frame_size.  Don't set FRAME_PIXEL_WIDTH/HEIGHT.
(updateFrameSize:): Remove gsextra.  Adjust for pixelwise resize.
(windowWillResize): Remove gsextra.  Calculate extra as in
updateFrameSize.
(x_new_font): Don't change frame size if fullscreen.  Change
size pixelwise.

* nsterm.m (x_set_window_size): Remove fprintf.
(init): Define always.  Set applicationDidFinishLaunchingCalled
for GNUStep.
(applicationDidFinishLaunching:): Set
applicationDidFinishLaunchingCalled,
(applicationDidBecomeActive:): Call applicationDidFinishLaunching if
not called.
src/ChangeLog
src/nsterm.h
src/nsterm.m