disable window resize in opengl c++

Viewed 3882

Is it possible to disable a window resize created with opengl using c++? I'm looking for this because I'm trying to draw a graph and the letters in the scale (or title) will have their position changed after a resize.

1 Answers
Related