Add linux/mac leads for implementing setting window resizability at runtime.

This commit is contained in:
Lars A. Doucet
2015-11-25 20:14:58 -06:00
committed by Joshua Granick
parent 0ba90daaf4
commit 2345beced9

View File

@@ -365,11 +365,13 @@ namespace lime {
#ifdef HX_MACOS
//TODO
//consider: http://stackoverflow.com/questions/10473700/set-window-resizable/10473949#10473949
#endif
#ifdef HX_LINUX
//TODO
//maybe something in here? https://tronche.com/gui/x/xlib/ICC/client-to-window-manager/wm-normal-hints.html
#endif