Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Rescinded licenses for future commits |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
743b49d88e9a09ede074336a8098605e |
User & Date: | jmcclure 2018-05-27 01:33:48 |
Context
2018-06-15
| ||
14:22 | Added licensing back; testing markdown readme check-in: d20f3304c3 user: jmcclure tags: trunk | |
2018-05-27
| ||
01:33 | Rescinded licenses for future commits check-in: 743b49d88e user: jmcclure tags: trunk | |
2018-05-26
| ||
23:55 | Conditional Makefile variables check-in: 8186721cbc user: jmcclure tags: trunk | |
Changes
Changes to muswm.c.
1 2 | /* MUSWM.C * Copyright Jesse McClure 2015, 2018 | < < < < < < < < < < < < | 1 2 3 4 5 6 7 8 9 | /* MUSWM.C * Copyright Jesse McClure 2015, 2018 */ #include <X11/Xlib.h> int main(int argc, const char **argv) { Display *dpy; if(!(dpy = XOpenDisplay(0x0))) return 1; |
︙ | ︙ |
Changes to tmuxwm.c.
1 2 | /* TMUXWM.C * Copyright Jesse McClure 2015-2018 | < < < < < < < < < < < | 1 2 3 4 5 6 7 8 9 | /* TMUXWM.C * Copyright Jesse McClure 2015-2018 */ #include <stdlib.h> #include <signal.h> #include <unistd.h> #include <X11/Xlib.h> #include <X11/keysym.h> |
︙ | ︙ |
Changes to xi.c.
1 | /* xi.c | < < < < < | < < < < < < < < < < < < | 1 2 3 4 5 6 7 8 9 | /* xi.c * Copyright (c) 2017, 2018 Jesse McClure <code@jessemcclure.org> */ #include <stdlib.h> #include <stdio.h> #include <signal.h> #include <unistd.h> #include <sys/ioctl.h> |
︙ | ︙ |