]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout_display.h
Display size cannot be negative
[vlc] / include / vlc_vout_display.h
index aa739aa1ac835247143e2e47eb681577c580aed4..090385d32ef98a4701a96cf096b807263a020a05 100644 (file)
@@ -387,8 +387,8 @@ VLC_EXPORT( void, vout_display_GetDefaultDisplaySize, (int *width, int *height,
 typedef struct {
     int x;
     int y;
-    int width;
-    int height;
+    unsigned width;
+    unsigned height;
 } vout_display_place_t;
 
 /**