diff options
author | Marvin Borner | 2020-09-14 20:50:36 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-14 20:50:36 +0200 |
commit | 66586840d83916721745a40d32a4a5fcfc5aaecf (patch) | |
tree | 3a34ed720f94075348e6e9a1320d711b4807723b /apps | |
parent | e87bc5e654b2e23a036a825a9e48e6333920e003 (diff) |
Smooooth
Diffstat (limited to 'apps')
-rw-r--r-- | apps/wm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ #include <sys.h> #include <vesa.h> -#define MOUSE_SKIP 5 // => Every move % n != 0 gets skipped +#define MOUSE_SKIP 2 // => Every move % n != 0 gets skipped static struct vbe vbe; static struct window direct; // Direct video memory window |