mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-09 21:36:27 +08:00
Drop C prefix on Linux
This commit is contained in:
@@ -31,10 +31,10 @@
|
||||
class IEventQueue;
|
||||
|
||||
//! Event queue buffer for X11
|
||||
class CXWindowsEventQueueBuffer : public IEventQueueBuffer {
|
||||
class XWindowsEventQueueBuffer : public IEventQueueBuffer {
|
||||
public:
|
||||
CXWindowsEventQueueBuffer(Display*, Window, IEventQueue* events);
|
||||
virtual ~CXWindowsEventQueueBuffer();
|
||||
XWindowsEventQueueBuffer(Display*, Window, IEventQueue* events);
|
||||
virtual ~XWindowsEventQueueBuffer();
|
||||
|
||||
// IEventQueueBuffer overrides
|
||||
virtual void init() { }
|
||||
|
||||
Reference in New Issue
Block a user