ru.po from igor, intl tweaks, picon fixes for last chkin, snap motion event on btns
[goodguy/history.git] / cinelerra-5.1 / guicast / bcdragwindow.C
index 355315bc447cd98081b8c947461c293e831aa7d5..795b6d65eaadcca7b75aa5094c9dcd37c36a073f 100644 (file)
@@ -85,7 +85,7 @@ int BC_DragWindow::get_init_y(BC_WindowBase *parent_window, int icon_y)
 int BC_DragWindow::cursor_motion_event()
 {
        int cx, cy;
-       get_abs_cursor_xy(cx, cy);
+       get_abs_cursor(cx, cy);
        reposition_window(cx + icon_offset_x, cy + icon_offset_y, get_w(), get_h());
        flush();
        return 1;