Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
spectrwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
984840b
)
Fix 'jump' when moving a non-floated window with the mouse.
author
Reginald Kennedy
<rk@rejii.com>
Wed, 25 Jan 2012 16:37:03 +0000
(
00:37
+0800)
committer
Reginald Kennedy
<rk@rejii.com>
Wed, 25 Jan 2012 16:37:03 +0000
(
00:37
+0800)
ok marco
scrotwm.c
patch
|
blob
|
history
diff --git
a/scrotwm.c
b/scrotwm.c
index
788f839
..
9da5d15
100644
(file)
--- a/
scrotwm.c
+++ b/
scrotwm.c
@@
-3958,6
+3958,7
@@
move(struct ws_win *win, union arg *args)
win->manual = 1;
if (win->floating == 0 && !win->transient) {
win->manual = 1;
if (win->floating == 0 && !win->transient) {
+ store_float_geom(win,r);
ewmh_update_win_state(win, ewmh[_NET_WM_STATE_ABOVE].atom,
_NET_WM_STATE_ADD);
}
ewmh_update_win_state(win, ewmh[_NET_WM_STATE_ABOVE].atom,
_NET_WM_STATE_ADD);
}