diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-05-02 14:33:24 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-05-02 14:33:32 -0500 |
commit | 8c80f74513f305352d6ffe4c5df1e1a5c708e3a0 (patch) | |
tree | a0fb18674abe03cd36ec8daa0d090578ac7c6b36 | |
parent | 187d25e8381b82bfe727ea2028891958ae543361 (diff) |
remove outdated/fixed comment
-rw-r--r-- | dwl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -688,7 +688,6 @@ motionnotify(uint32_t time) /* If we are currently grabbing the mouse, handle and return */ if (cursor_mode == CurMove) { /* Move the grabbed client to the new position. */ - /* XXX assumes the surface is at (0,0) within grabc */ resize(grabc, cursor->x - grabcx, cursor->y - grabcy, grabc->geom.width, grabc->geom.height, 1); return; |