source: projects/specs/branches/6/e/emacs22/emacs-22.0.50-fixed-resolution.patch @ 2294

Revision 2294, 446 bytes checked in by munepi, 13 years ago (diff)

emacs22: added some patches

  • emacs-22.0.50.20050907/src/xterm.c

    old new  
    1040510405    /* Mac OS X 10.3's Xserver sometimes reports 0.0mm.  */ 
    1040610406    mm = DisplayWidthMM (dpyinfo->display, screen_number); 
    1040710407    dpyinfo->resx = (mm < 1) ? 100 : pixels * 25.4 / mm; 
     10408    dpyinfo->resy = 96; 
     10409    dpyinfo->resx = 96; 
    1040810410  } 
    1040910411 
    1041010412  dpyinfo->Xatom_wm_protocols 
Note: See TracBrowser for help on using the repository browser.