~aurelien-riv/+junk/livewallpaper

« back to all changes in this revision

Viewing changes to include/livewallpaper/output.h

  • Committer: Aurélien RIVIÈRE
  • Date: 2012-11-06 23:23:17 UTC
  • Revision ID: aurelien.riv@gmail.com-20121106232317-ny5aed57qnl6chl4
Some C types replaced with Glib types

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
guint lw_output_get_width(LwOutput *self);
66
66
guint lw_output_get_height(LwOutput *self);
67
67
 
68
 
double lw_output_get_aspect_ratio(LwOutput *self);
 
68
gdouble lw_output_get_aspect_ratio(LwOutput *self);
69
69
guint lw_output_get_max_side(LwOutput *self);
70
70
guint lw_output_get_min_side(LwOutput *self);
71
71