source: projects/specs/trunk/e/emacs24/emacs-23.1.90-fixed-resolution.patch @ 2293

Revision 2293, 540 bytes checked in by munepi, 13 years ago (diff)

update: emacs22-22.3, emacs-23.2; NEW: emacs24-24.0.50: applied new vine-default system

  • emacs-23.1.90/src/xterm.c

    diff -up emacs-23.1.90/src/xterm.c\~ emacs-23.1.90/src/xterm.c
    old new x_term_init (display_name, xrm_option, r 
    1034010340      mm = DisplayWidthMM (dpyinfo->display, screen_number); 
    1034110341      /* Mac OS X 10.3's Xserver sometimes reports 0.0mm.  */ 
    1034210342      dpyinfo->resx = (mm < 1) ? 100 : pixels * 25.4 / mm; 
     10343      dpyinfo->resy = 96; 
     10344      dpyinfo->resx = 96; 
    1034310345    } 
    1034410346 
    1034510347  dpyinfo->Xatom_wm_protocols 
Note: See TracBrowser for help on using the repository browser.