Skip to content

Rename main plugin implementation file from C to C++

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

The new file plugin.c, consisting of a single line of code, is required because XFCE_PANEL_PLUGIN_REGISTER is incompatible with C++.

This patch also corrects inconsistent indentation in Makefile.am.

Merge request reports