diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 00:06:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 00:06:21 +0000 |
commit | 6c060864deb23fdaecf7e79813f2e93dec0c6d0e (patch) | |
tree | d9b3ebe7fcf986702d12864d1cb48d5f45e1e21e /x11-wm | |
parent | 4e4ebe662e7dcf0e3f6c63f0e378e806327338c7 (diff) |
[PATCH] graphics/guilib remove broken size mismatch
- Correct size, md5
- Add SHA256
- Take maintainership
Changes in tarball:
diff -ru GUIlib-1.1.1-old/GUI_button.cpp GUIlib-1.1.1/GUI_button.cpp
--- GUIlib-1.1.1-old/GUI_button.cpp Thu Apr 6 14:48:51 2000
+++ GUIlib-1.1.1/GUI_button.cpp Fri Oct 21 14:00:59 2005
@@ -133,9 +133,9 @@
if (freebutton)
{
if (button)
- delete button;
+ SDL_FreeSurface(button);
if (button2)
- delete button2;
+ SDL_FreeSurface(button2);
}
if (freefont)
delete buttonFont;
PR: ports/89245
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes:
svn path=/head/; revision=149229
Diffstat (limited to 'x11-wm')
0 files changed, 0 insertions, 0 deletions