mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
uppsrc: gtk3 replaces gtk2 as default linux backend
git-svn-id: svn://ultimatepp.org/upp/trunk@13848 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7b01bec9d1
commit
b3fe362f4f
39 changed files with 1230 additions and 336 deletions
|
|
@ -42,7 +42,7 @@ void GuiPlatformGripResize(TopWindow *q)
|
|||
if(q->IsOpen()) {
|
||||
Point p = GetMousePos();
|
||||
gtk_window_begin_resize_drag(q->gtk(), GDK_WINDOW_EDGE_SOUTH_EAST,
|
||||
1, p.x, p.y, Ctrl::CurrentTime);
|
||||
1, Ctrl::LSC(p.x), Ctrl::LSC(p.y), Ctrl::CurrentTime);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue