Skip to content

Use C++ syntax when reading/writing RC files

Ghost User requested to merge (removed):master into master

For example, xfce_rc_read_X(rc, args...) has been replaced with rc->read_X(args...).

xfce4++::Ptr and xfce4::Rc have been copied from the most recent version of xfce4-cpugraph-plugin.

This patch also fixes an invalid chip->sensorId comparison introduced in a previous code cleanup.

Merge request reports