all repos — fluxbox @ 33ba1f51092176f8ca87143afef5cd6cd7f6ae0c

custom fork of the fluxbox windowmanager

minor indent fix
fluxgen fluxgen
commit

33ba1f51092176f8ca87143afef5cd6cd7f6ae0c

parent

77031bc8c18cb9cf384abd8bfbaba7f810efcaa4

1 files changed, 6 insertions(+), 6 deletions(-)

jump to
M src/FbCommandFactory.ccsrc/FbCommandFactory.cc

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbCommandFactory.cc,v 1.3 2003/06/30 21:50:37 fluxgen Exp $ +// $Id: FbCommandFactory.cc,v 1.4 2003/06/30 21:51:47 fluxgen Exp $ #include "FbCommandFactory.hh"

@@ -38,9 +38,9 @@

FbCommandFactory::FbCommandFactory() { // setup commands that we can handle const char commands[][25] = { - "setstyle", - "saverc", - "reconfigure" + "setstyle", + "saverc", + "reconfigure" "execcommand", "exec", "execute",

@@ -63,14 +63,14 @@ "close",

"shade", "stick", "toggledecor", - "sendtoworkspace", + "sendtoworkspace", "killwindow", "nexttab", "prevtab", "detachclient", "nextworkspace", "prevworkspace", - "workspace", + "workspace", "nextwindow", "prevwindow", "showdesktop",