Fix high DPI check in 0437835b
This commit is contained in:
parent
0437835bde
commit
505050e936
4 changed files with 68 additions and 2 deletions
|
|
@ -3,3 +3,8 @@
|
|||
#define THROW_BAD_ALLOC_IF_NULL(x) \
|
||||
if ((x) == nullptr) throw std::bad_alloc()
|
||||
|
||||
namespace WMUtils {
|
||||
bool isRunningX11();
|
||||
bool isRunningWayland();
|
||||
bool isRunningWindowManager();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue