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
|
||||
Display* m_display; ///< Pointer to the display
|
||||
XIC m_inputContext; ///< Input context used to get unicode input in our window (used for getDescription)
|
||||
};
|
||||
|
||||
} // namespace priv
|
||||
} // namespace sf
|
||||
|
|
Loading…
Reference in a new issue