|
KWin
|
#include "clockskewnotifierengine_linux.h"#include <QSocketNotifier>#include <cerrno>#include <fcntl.h>#include <sys/timerfd.h>#include <unistd.h>#include "moc_clockskewnotifierengine_linux.cpp"Go to the source code of this file.
Namespaces | |
| namespace | KWin |
Macros | |
| #define | TFD_TIMER_CANCEL_ON_SET (1 << 1) |
| #define TFD_TIMER_CANCEL_ON_SET (1 << 1) |
Definition at line 17 of file clockskewnotifierengine_linux.cpp.