/usr/include/avifile-0.7/VideoDPMS.h is in libavifile-0.7-dev 1:0.7.48~20090503.ds-20.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | #ifndef AVIFILE_VIDEODPMS_H
#define AVIFILE_VIDEODPMS_H
#include "avm_default.h"
#ifndef X_DISPLAY_MISSING
#include <X11/Xlib.h>
#endif
AVM_BEGIN_NAMESPACE;
class AVMEXPORT VideoDPMS
{
Display* m_pDisplay;
int m_iTimeoutSave;
bool m_bDisabled;
public:
VideoDPMS(Display* dpy);
~VideoDPMS();
};
AVM_END_NAMESPACE;
#endif // AVIFILE_VIDEODPMS_H
|