SawfishWM / sawfish

Sawfish Window-Manager
GNU General Public License v2.0
162 stars 32 forks source link

Fix "multiple definition of" errors #42

Closed kimheino closed 4 years ago

kimheino commented 4 years ago

Some variables were defined in two sources, like "left" in flippers.c and frames.c. New gcc 10 in upcoming Fedora 32 started to complain about these. Removing the unnecessary definitions and initialisations is the simplest fix.