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
|
bbfbd28dfa
|
Add a --no-startup-id flag for exec (command), exec (config), exec_always (config)
|
2011-10-25 22:18:17 +01:00 |
Michael Stapelberg
|
726f2a1e5a
|
normalize file headers across **/*.{h,c}
|
2011-10-25 21:19:38 +01:00 |
Michael Stapelberg
|
4204b8e2b0
|
Get the _NET_STARTUP_ID in manage_window, get the corresponding workspace
|
2011-10-10 15:54:17 +01:00 |
Michael Stapelberg
|
f4f4d782bb
|
implement a startup monitor, move code to src/startup.c
|
2011-10-10 15:54:17 +01:00 |