commit | 0fb797596a03132bca590b2a6847251d136b9e57 | [log] [tgz] |
---|---|---|
author | Rob Bradford <rob@linux.intel.com> | Thu Aug 02 15:36:57 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Aug 02 11:06:44 2012 -0400 |
tree | 98ab8a5b4534ec9015851d129d757181da200014 | |
parent | d9a8e16b7b271ed4113987846360275c102c8527 [diff] [blame] |
compositor: Use uint32_t for the msecs value consistently
diff --git a/src/compositor.h b/src/compositor.h index 25aabcd..039e731 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -536,7 +536,7 @@ weston_layer_init(struct weston_layer *layer, struct wl_list *below); void -weston_output_finish_frame(struct weston_output *output, int msecs); +weston_output_finish_frame(struct weston_output *output, uint32_t msecs); void weston_output_schedule_repaint(struct weston_output *output); void