You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- x.c
|
|
+++ x.c
|
|
@@ -254,6 +256,8 @@ static char *opt_line = NULL;
|
|
static char *opt_name = NULL;
|
|
static char *opt_title = NULL;
|
|
|
|
+static int focused = 0;
|
|
+
|
|
static int oldbutton = 3; /* button event on startup: 3 = release */
|
|
|
|
void
|