diff options
| author | Miguel <m.i@gmx.at> | 2018-10-05 23:41:51 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-05 23:41:51 +0200 |
| commit | fe8180d88540bfa96595dcc58290de5425e534e3 (patch) | |
| tree | a7a681cdcf013119d121fb17ce3b731763a4a644 /driver/mouse.c | |
| parent | 4dbe6a264d7a3bd38ca1ac0921248654a50f1b5e (diff) | |
drunken proggin
Diffstat (limited to 'driver/mouse.c')
| -rw-r--r-- | driver/mouse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/mouse.c b/driver/mouse.c index 274c9a5..0c48a5f 100644 --- a/driver/mouse.c +++ b/driver/mouse.c @@ -155,7 +155,6 @@ void mouse_action() if(mouse_y>=1080)mouse_y=1080-1; compositor_mouse_handle(mouse_x,1080-mouse_y, mouse_byte[0]); - } void mouse_handler(uint8_t byte)//struct regs *a_r) //struct regs *a_r (not used but just there) |
