diff options
| author | tlatorre <tlatorre@uchicago.edu> | 2019-03-04 19:07:23 -0600 |
|---|---|---|
| committer | tlatorre <tlatorre@uchicago.edu> | 2019-03-04 19:07:23 -0600 |
| commit | 1b334a7cb3cfa634d23066d8a41c813c75340fcf (patch) | |
| tree | f2f45a0107fa93d6bea4f90f3883060dad376edc /src/dc.h | |
| parent | 013885856d99b2ef968179b6defcc748dfa7ca69 (diff) | |
| download | sddm-1b334a7cb3cfa634d23066d8a41c813c75340fcf.tar.gz sddm-1b334a7cb3cfa634d23066d8a41c813c75340fcf.tar.bz2 sddm-1b334a7cb3cfa634d23066d8a41c813c75340fcf.zip | |
add a function to tag flasher events
Diffstat (limited to 'src/dc.h')
| -rw-r--r-- | src/dc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dc.h b/src/dc.h new file mode 100644 index 0000000..34ddf09 --- /dev/null +++ b/src/dc.h @@ -0,0 +1,8 @@ +#ifndef DC_H +#define DC_H + +#include "event.h" + +int is_flasher(event *ev); + +#endif |
