Just cosmetics... ;)
This commit is contained in:
parent
b6528efc13
commit
00aa8cd38b
1 changed files with 7 additions and 7 deletions
8
Xtimer.c
8
Xtimer.c
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* xtimer is a program that executes a givin program after a given time if no
|
* Xtimer is a program that executes a givin command or program after a given
|
||||||
* X11 keybord or mouse input happend in the given time.
|
* time if no X11 keybord or mouse input happend in the given time.
|
||||||
*
|
*
|
||||||
* Author: Johannes Findeisen <you@hanez.org> - 2025
|
* Author: Johannes Findeisen <you@hanez.org> - 2025
|
||||||
* License: Apache-2.0 (see LICENSE)
|
* License: Apache-2.0 (see LICENSE)
|
||||||
|
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <time.h>
|
||||||
|
#include <limits.h> // For INT_MAX and INT_MIN
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/extensions/XInput2.h>
|
#include <X11/extensions/XInput2.h>
|
||||||
#include <time.h>
|
|
||||||
#include <limits.h> // For INT_MAX and INT_MIN
|
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue