Fixed broken code
This commit is contained in:
parent
37a49302af
commit
7a862c917a
|
@ -165,6 +165,7 @@ private:
|
||||||
sf::Keyboard::Scancode m_keycodeToScancode[256]; ///< Mapping of X11 KeyCode to SFML scancode
|
sf::Keyboard::Scancode m_keycodeToScancode[256]; ///< Mapping of X11 KeyCode to SFML scancode
|
||||||
Display* m_display; ///< Pointer to the display
|
Display* m_display; ///< Pointer to the display
|
||||||
XIC m_inputContext; ///< Input context used to get unicode input in our window (used for getDescription)
|
XIC m_inputContext; ///< Input context used to get unicode input in our window (used for getDescription)
|
||||||
|
};
|
||||||
|
|
||||||
} // namespace priv
|
} // namespace priv
|
||||||
} // namespace sf
|
} // namespace sf
|
||||||
|
|
Loading…
Reference in a new issue