Skip to content

Commit

Permalink
fixup! Auto-Type: Support multiple Xkb layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
hifi committed Mar 13, 2021
1 parent 30d5329 commit ee9d0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autotype/xcb/AutoTypeXCB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
AutoTypePlatformX11::AutoTypePlatformX11()
{
// Qt handles XCB slightly differently so we open our own connection
m_dpy = XOpenDisplay(DisplayString(QX11Info::display()));
m_dpy = XOpenDisplay(XDisplayString(QX11Info::display()));
m_rootWindow = QX11Info::appRootWindow();

m_atomWmState = XInternAtom(m_dpy, "WM_STATE", True);
Expand Down

0 comments on commit ee9d0b5

Please sign in to comment.