X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fsession.h;h=680f45f00a812c5d4379b087c47f2aae7bf8b709;hb=60565bcba8bd5e42f82659b4aa641b05c5ec70a0;hp=28b2933c414adc4f821eded522d94f1321340575;hpb=c4e4760c41f10aae6af19a4363cb247c71edee4b;p=chaz%2Fopenbox diff --git a/openbox/session.h b/openbox/session.h index 28b2933c..680f45f0 100644 --- a/openbox/session.h +++ b/openbox/session.h @@ -1,4 +1,4 @@ -/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*- +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- session.h for the Openbox window manager Copyright (c) 2003 Ben Jansens @@ -38,7 +38,7 @@ struct _ObSessionState { extern GList *session_saved_state; -void session_startup(int *argc, char ***argv); +void session_startup(gint *argc, gchar ***argv); void session_shutdown(); GList* session_state_find(struct _ObClient *c);