summaryrefslogtreecommitdiffstats
path: root/sys/osxvideo/cocoawindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/osxvideo/cocoawindow.h')
-rw-r--r--sys/osxvideo/cocoawindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/osxvideo/cocoawindow.h b/sys/osxvideo/cocoawindow.h
index 340bd160..a0a4a9a0 100644
--- a/sys/osxvideo/cocoawindow.h
+++ b/sys/osxvideo/cocoawindow.h
@@ -35,7 +35,7 @@ struct _GstOSXImage;
@interface GstGLView : NSOpenGLView
{
int i_effect;
- unsigned long pi_texture;
+ unsigned int pi_texture;
float f_x;
float f_y;
int initDone;