aosd.h   aosd.h 
skipping to change at line 74 skipping to change at line 74
/* object inspectors */ /* object inspectors */
void aosd_get_name(Aosd* aosd, XClassHint* result); void aosd_get_name(Aosd* aosd, XClassHint* result);
void aosd_get_names(Aosd* aosd, char** res_name, char** res_class); void aosd_get_names(Aosd* aosd, char** res_name, char** res_class);
AosdTransparency aosd_get_transparency(Aosd* aosd); AosdTransparency aosd_get_transparency(Aosd* aosd);
void aosd_get_geometry(Aosd* aosd, int* x, int* y, int* width, int* height) ; void aosd_get_geometry(Aosd* aosd, int* x, int* y, int* width, int* height) ;
void aosd_get_screen_size(Aosd* aosd, int* width, int* height); void aosd_get_screen_size(Aosd* aosd, int* width, int* height);
Bool aosd_get_is_shown(Aosd* aosd); Bool aosd_get_is_shown(Aosd* aosd);
/* object configurators */ /* object configurators */
void aosd_set_name(Aosd* aosd, XClassHint* name); void aosd_set_name(Aosd* aosd, XClassHint* name);
void aosd_set_names(Aosd* aosd, char* res_name, char* res_class); void aosd_set_names(Aosd* aosd, const char* res_name, const char* res_class );
void aosd_set_transparency(Aosd* aosd, AosdTransparency mode); void aosd_set_transparency(Aosd* aosd, AosdTransparency mode);
void aosd_set_geometry(Aosd* aosd, int x, int y, int width, int height); void aosd_set_geometry(Aosd* aosd, int x, int y, int width, int height);
void aosd_set_position(Aosd* aosd, unsigned pos, int width, int height); void aosd_set_position(Aosd* aosd, unsigned pos, int width, int height);
void aosd_set_position_offset(Aosd* aosd, int x_offset, int y_offset); void aosd_set_position_offset(Aosd* aosd, int x_offset, int y_offset);
void aosd_set_position_with_offset(Aosd* aosd, void aosd_set_position_with_offset(Aosd* aosd,
AosdCoordinate abscissa, AosdCoordinate ordinate, int width, int height , AosdCoordinate abscissa, AosdCoordinate ordinate, int width, int height ,
int x_offset, int y_offset); int x_offset, int y_offset);
void aosd_set_renderer(Aosd* aosd, AosdRenderer renderer, void* user_data); void aosd_set_renderer(Aosd* aosd, AosdRenderer renderer, void* user_data);
void aosd_set_mouse_event_cb(Aosd* aosd, AosdMouseEventCb cb, void* user_da ta); void aosd_set_mouse_event_cb(Aosd* aosd, AosdMouseEventCb cb, void* user_da ta);
void aosd_set_hide_upon_mouse_event(Aosd* aosd, Bool enable); void aosd_set_hide_upon_mouse_event(Aosd* aosd, Bool enable);
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/