mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 21:25:55 +08:00
merged 1.3 r989:990 into trunk and 1.4
This commit is contained in:
@@ -36,10 +36,7 @@ protected:
|
||||
|
||||
m_window = XCreateWindow(
|
||||
m_display, root, 0, 0, 1, 1, 0, 0,
|
||||
InputOnly, CopyFromParent,
|
||||
CWDontPropagate | CWEventMask |
|
||||
CWOverrideRedirect | CWCursor,
|
||||
&attr);
|
||||
InputOnly, CopyFromParent, 0, &attr);
|
||||
}
|
||||
|
||||
virtual void
|
||||
|
||||
Reference in New Issue
Block a user