Overview
Comment: | add author, agpl notice |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b1db39e2052e161586f789302ebcb201 |
User & Date: | lexi on 2019-04-08 02:21:45 |
Other Links: | manifest | tags |
Context
2019-04-08
| ||
02:24 | update header check-in: 737f6cf6c5 user: lexi tags: trunk | |
02:21 | add author, agpl notice check-in: b1db39e205 user: lexi tags: trunk | |
02:15 | add licensing info check-in: e3a5a8ccea user: lexi tags: trunk | |
Changes
Modified safekill.c from [77306fdca0] to [aec7b0082f].
1 2 3 4 5 6 7 |
#include <X11/Xlib.h> #include <X11/Xutil.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> typedef enum { false, true } bool; |
> > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
/* [ʞ] safekill.c <c.hale.su/lexi/util> * - lexi hale <lexi@hale.su> * a utility to make it harder to accidentally nuke * important windows from i3 or whatever. * released under affero general public license */ #include <X11/Xlib.h> #include <X11/Xutil.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> typedef enum { false, true } bool; |