mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
f42a3bad65
Drops the x11 fallback. We were falling back to QX11Extras that were in fact using QScreen internally. Also remove the QDesktopWidget fallbacks for the same reason. Drops some API for fetching the dpi and unifies it with ::realDpi(QWidget). Based on Sebas's patch. Reviewed by Albert. REVIEW: 126913
3 lines
92 B
CMake
3 lines
92 B
CMake
/* Defines if force the use DRM in okular */
|
|
#define OKULAR_FORCE_DRM ${_OKULAR_FORCE_DRM}
|
|
|