JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::XWindowSystemUtilities::ScopedXLock Struct Reference

A handy struct that uses XLockDisplay and XUnlockDisplay to lock the X server using RAII. More...

#include <juce_linux_XWindowSystem.h>

Public Member Functions

 ScopedXLock ()
 
 ~ScopedXLock ()
 

Detailed Description

A handy struct that uses XLockDisplay and XUnlockDisplay to lock the X server using RAII.

@tags{GUI}

Constructor & Destructor Documentation

◆ ScopedXLock()

juce::XWindowSystemUtilities::ScopedXLock::ScopedXLock ( )

◆ ~ScopedXLock()

juce::XWindowSystemUtilities::ScopedXLock::~ScopedXLock ( )

The documentation for this struct was generated from the following file: