j
k
j a
j l
2008/12/28 Vincent Pelletier plr.vincent@gmail.com:
WARN("(%p) Creating an oversized surface: %ix%i\n", This, This->pow2Height, This->pow2Width);
pow2Height and pow2Width are unsigned, so you'd want to use %u there.
Back to the thread
Back to the list