f3599b1e52
Kino is an IEEE 1394 DV non-linear video editor. Note: IEEE 1394 and V4L are disabled in this port.
11 lines
358 B
Text
11 lines
358 B
Text
--- src/gtkenhancedscale.c Tue Nov 25 21:51:18 2003
|
|
+++ src/gtkenhancedscale.c Fri Apr 9 17:44:14 2004
|
|
@@ -33,7 +33,7 @@
|
|
#include "gtkenhancedscale.h"
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <math.h>
|
|
|
|
#define ENHANCED_SCALE_CLASS(w) GTK_ENHANCED_SCALE_CLASS ( G_OBJECT_GET_CLASS( G_OBJECT( w ) ) )
|