source: projects/specs/trunk/e/emacs23/emacs-23.1.90-fixed-resolution.patch @ 6322

Revision 6322, 540 bytes checked in by munepi, 12 years ago (diff)

added emacs23

  • 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.