Add linux/mac leads for implementing setting window resizability at runtime.
This commit is contained in:
committed by
Joshua Granick
parent
0ba90daaf4
commit
2345beced9
@@ -365,11 +365,13 @@ namespace lime {
|
|||||||
#ifdef HX_MACOS
|
#ifdef HX_MACOS
|
||||||
|
|
||||||
//TODO
|
//TODO
|
||||||
|
//consider: http://stackoverflow.com/questions/10473700/set-window-resizable/10473949#10473949
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef HX_LINUX
|
#ifdef HX_LINUX
|
||||||
|
|
||||||
//TODO
|
//TODO
|
||||||
|
//maybe something in here? https://tronche.com/gui/x/xlib/ICC/client-to-window-manager/wm-normal-hints.html
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user