Function to get the flags
| 216 | |
| 217 | // Function to get the flags |
| 218 | int oeLnxApplication::flags() const { return m_Flags; } |
| 219 | |
| 220 | // Sizes the displayable region of the app (the window) |
| 221 | void oeLnxApplication::set_sizepos(int x, int y, int w, int h) { |