aboutsummaryrefslogtreecommitdiff
path: root/include/mouse.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-06-25 23:49:43 +0000
committerrsc <devnull@localhost>2006-06-25 23:49:43 +0000
commitd23973817a4a48319fe5a84b0628f370519b2763 (patch)
tree9aa75669361a7de1d8f017090f2e9251f0221f5a /include/mouse.h
parent76a1b3c9c658061a491b10384118482770fbef71 (diff)
downloadplan9port-d23973817a4a48319fe5a84b0628f370519b2763.tar.gz
plan9port-d23973817a4a48319fe5a84b0628f370519b2763.tar.bz2
plan9port-d23973817a4a48319fe5a84b0628f370519b2763.zip
remove junk
Diffstat (limited to 'include/mouse.h')
-rw-r--r--include/mouse.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/mouse.h b/include/mouse.h
index ce69c8ea..3d5c975f 100644
--- a/include/mouse.h
+++ b/include/mouse.h
@@ -20,17 +20,7 @@ struct Mousectl
struct Channel *resizec; /* chan(int)[2] */
/* buffered in case client is waiting for a mouse action before handling resize */
- char *file;
- int mfd; /* to mouse file */
- int cfd; /* to cursor file */
- int pid; /* of slave proc */
- Display *display;
- /*Image* image; / * of associated window/display */
-
- /* clumsy hack for X11 */
- struct Channel *ccursor;
- struct Channel *ccursorwait;
- QLock cursorlock;
+ Display *display; /* associated display */
};
struct Menu