document changes to the get_key() return type

This commit is contained in:
marschap
2006-04-06 13:27:37 +00:00
parent 743871cff3
commit dcc4b45baa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ with 1 byte for each pixel-line. So that is 8 bytes for a 5x8 char.
// Key functions
char *(*get_key) (drvthis);
const char *(*get_key) (drvthis);
Returns a string. This string is withing driver's memory space and the server
should therefor never try to modify this string.