aboutsummaryrefslogtreecommitdiff
path: root/graphics/paletteman.cpp
AgeCommit message (Expand)Author
2006-06-13Let the [cursor] palette manager handle disableCursorPalette() too, to avoidTorbjörn Andersson
2006-05-27Should use delete[] instead of delete here, too. (I knew where the cursorTorbjörn Andersson
2006-05-25Cleanup.Torbjörn Andersson
2006-05-25Fixed stupid error in replaceCursorPalette().Torbjörn Andersson
2006-05-21Make it so that if the new cursor palette to be set has zero colours, theTorbjörn Andersson
2006-05-21Oops, I guess I never got around to fully implement replaceCursorPalette().Torbjörn Andersson
2006-05-20Forgot to set g_initialized to true.Torbjörn Andersson
2006-05-20After the GUI has finished, restore the old cursor palette (if any). For thisTorbjörn Andersson