![Wink ;)](./images/smilies/icon_wink.gif)
A simple example:
I have a desktop res 1024*768
I create a window 100*100
The window is resizable, let's say up to 200*200
Irrlicht standart creates a device with 1024*768
Irrlicht from your link uses 100*100
But I want 200*200, because it's the max size of the window !!!
Well with the version from your link I could first create the window with 200*200, create the device and then resize the window to 100*100...
!!! This is kindergarden coding !!!