I have an old netbook with 600px screen height. As the game window's height equals this, with the window top bar and taskbar, I can't fullscreen it since the game window requires more space than is available.
I was wondering would it require drastic changes in the code if the game screen was lowered so that the chat would be out of the window and only the game view showing? I always play as guest for I don't care for the stats and social side of the game, just a good way to kill some time so losing the chat view wouldn't be a big loss for me. I'm not too familiar with C myself but if it doesn't require a lot of changes, could you help me get it done?
I changed the 600 to 800 in the winChanged function to align it correctly as the chat takes 200 vertical pixels but setting the WIN_HEIGHT to 400 doesn't seem to do the trick and messes up the view.
I have an old netbook with 600px screen height. As the game window's height equals this, with the window top bar and taskbar, I can't fullscreen it since the game window requires more space than is available.
I was wondering would it require drastic changes in the code if the game screen was lowered so that the chat would be out of the window and only the game view showing? I always play as guest for I don't care for the stats and social side of the game, just a good way to kill some time so losing the chat view wouldn't be a big loss for me. I'm not too familiar with C myself but if it doesn't require a lot of changes, could you help me get it done?
I changed the 600 to 800 in the winChanged function to align it correctly as the chat takes 200 vertical pixels but setting the WIN_HEIGHT to 400 doesn't seem to do the trick and messes up the view.