Executor: send click coordinates via environment variables

This commit is contained in:
o9000
2016-01-24 15:11:49 +01:00
parent 8af45bf3e6
commit 5966b198b6
3 changed files with 14 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ void draw_execp(void *obj, cairo_t *c);
gboolean resize_execp(void *obj);
// Called on mouse click event.
void execp_action(void *obj, int button);
void execp_action(void *obj, int button, int x, int y);
// Called to check if new output from the command can be read.
// No command might be running.