aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 59f1f21..220743b 100644
--- a/main.c
+++ b/main.c
@@ -682,13 +682,12 @@ void on_buttonpress(XButtonEvent *bev)
prefix = 0;
}
-const struct timespec ten_ms = {0, 10000000};
-
void run(void)
{
int xfd;
fd_set fds;
struct timeval timeout;
+ const struct timespec ten_ms = {0, 10000000};
bool discard, init_thumb, load_thumb, to_set;
XEvent ev, nextev;