mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
- applied patch by stimut. Thank you and sorry for delay!
This commit is contained in:
@@ -3063,7 +3063,7 @@ diff -Naur vim72/src/gui_beos.cc vim72.haiku/src/gui_beos.cc
|
||||
+{
|
||||
+ if (gui.vimWindow->Lock()) {
|
||||
+ BRect r;
|
||||
+ r = gui.vimWindow->Bounds();
|
||||
+ r = gui.vimWindow->Frame();
|
||||
+ gui.vimWindow->Unlock();
|
||||
+ *x = (int)r.left;
|
||||
+ *y = (int)r.top;
|
||||
|
||||
Reference in New Issue
Block a user