merged 1.3 r989:990 into trunk and 1.4
This commit is contained in:
parent
52edb17015
commit
5b0bc93b00
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue