Michael Stapelberg
|
d638e3029a
|
don’t use reversed identifiers for include guards (Thanks Markus)
Done with:
sed -in 's/\(ifndef\|define\) _\([0-9A-Z_]*\)$/\1 I3_\2/' include/**/*.h
fixes #804
|
2012-09-21 15:36:25 +02:00 |
Michael Stapelberg
|
726f2a1e5a
|
normalize file headers across **/*.{h,c}
|
2011-10-25 21:19:38 +01:00 |
Michael Stapelberg
|
e913e519f2
|
refactor handlers.{c,h}: declare the handlers static, remove unnecessary parameters
|
2011-03-20 16:53:12 +01:00 |
Michael Stapelberg
|
d9ca8e8d1a
|
Move handler for clicking to its own file
|
2009-09-22 18:07:25 +02:00 |