HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #293

Ticket #293: vim-7.2.patch.diff

File vim-7.2.patch.diff, 435 bytes (added by stimut, 5 years ago)
  • app-editors/vim/patches/vim-7.2.patch

     
    30633063+{ 
    30643064+       if (gui.vimWindow->Lock()) { 
    30653065+               BRect r; 
    3066 +               r = gui.vimWindow->Bounds(); 
     3066+               r = gui.vimWindow->Frame(); 
    30673067+               gui.vimWindow->Unlock(); 
    30683068+               *x = (int)r.left; 
    30693069+               *y = (int)r.top; 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/