Sun Oct 3 14:47:51 PDT 1999

(Raster)

read pixmap id like all other id's


SVN revision: 621
This commit is contained in:
Carsten Haitzler 1999-10-03 19:06:26 +00:00
parent 3120ef9f99
commit b3810b4193
2 changed files with 8 additions and 1 deletions

View File

@ -2910,3 +2910,10 @@ Sun Oct 3 14:43:23 PDT 1999
(Raster)
have the imagelcass pixmap freere read the pixmap id right.
-------------------------------------------------------------------------------
Sun Oct 3 14:47:51 PDT 1999
(Raster)
read pixmap id like all other id's

View File

@ -1631,7 +1631,7 @@ IPC_ImageClass(char *params, Client * c)
Pixmap p;
word(params, 3, param3);
p = atoi(param3);
p = (Pixmap) strtol(param3, (char **)NULL, 0);
Imlib_free_pixmap(id, p);
}
else if (!strcmp(param2, "get_padding"))