mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 01:20:23 -07:00
docs: update
This commit is contained in:
parent
ecd096fb04
commit
68970c9544
6
sowm.c
6
sowm.c
@ -97,11 +97,9 @@ void notify_enter(XEvent *e) {
|
||||
}
|
||||
|
||||
void notify_motion(XEvent *e) {
|
||||
XButtonEvent bu = e->xbutton;
|
||||
|
||||
if (start.subwindow != None) {
|
||||
int xdiff = bu.x_root - start.x_root;
|
||||
int ydiff = bu.y_root - start.y_root;
|
||||
int xdiff = e->xbutton.x_root - start.x_root;
|
||||
int ydiff = e->xbutton.y_root - start.y_root;
|
||||
|
||||
XMoveResizeWindow(dis, start.subwindow,
|
||||
attr.x + (start.button==1 ? xdiff : 0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user