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_window = XCreateWindow(
|
||||||
m_display, root, 0, 0, 1, 1, 0, 0,
|
m_display, root, 0, 0, 1, 1, 0, 0,
|
||||||
InputOnly, CopyFromParent,
|
InputOnly, CopyFromParent, 0, &attr);
|
||||||
CWDontPropagate | CWEventMask |
|
|
||||||
CWOverrideRedirect | CWCursor,
|
|
||||||
&attr);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void
|
virtual void
|
||||||
|
|
Loading…
Reference in New Issue