Blender Git Commit Log
Git Commits -> Revision 09d3007
June 29, 2004, 20:34 (GMT) |
Two stupid fixes for warnings: First one was for drawview.c I gave some types to things that didn't have them example -static void view3d_panel_background(cntrl) // VIEW3D_HANDLER_BACKGROUND +static void view3d_panel_background(short cntrl) // VIEW3D_HANDLER_BACKGR For edit.c I added a newline to the end of the file. Weee Kent |
Commit Details:
Full Hash: 09d3007b7148c6a0089c1cddcd7c463639d291cd
SVN Revision: 2726
Parent Commit: 7000beb
Lines Changed: +4, -3