#include "mythvrr.h"
#include <QLibrary>
#include <tuple>
#include <memory>
#include "platforms/mythxdisplay.h"
Go to the source code of this file.
|
class | MythGSync |
| A wrapper around NVidia GSync support (when using X11 and a Display Port connection). More...
|
|
class | MythNVControl |
| A simple wrapper around libXNVCtrl - which is dynamically loaded on demand. More...
|
|
|
using | NVControl = std::shared_ptr< class MythNVControl > |
|
using | QueryTargetBinary = bool(*)(Display *, int, int, unsigned int, unsigned int, unsigned char **, int *) |
|
using | QueryScreenAttrib = bool(*)(Display *, int, unsigned int, unsigned int, int *) |
|
using | QueryTargetAttrib = bool(*)(Display *, int, int, unsigned int, unsigned int, int *) |
|
using | SetAttribute = void(*)(Display *, int, unsigned int, unsigned int, int) |
|
◆ NVControl
◆ QueryTargetBinary
◆ QueryScreenAttrib
◆ QueryTargetAttrib
◆ SetAttribute
using SetAttribute = void(*)(Display*,int,unsigned int,unsigned int,int) |