summaryrefslogtreecommitdiff
path: root/app/cwm/screen.c
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-04-15 20:24:42 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-04-15 20:24:42 +0000
commit6c2511bac22d67337971a08bada1d79809d39d14 (patch)
treeb6a83c21659c0f71e94e28c27fc80c7349584d5b /app/cwm/screen.c
parentfe4284d4c2deef28f27802c5fcefa2ba8e1a699b (diff)
hit it with the knf stick.
Diffstat (limited to 'app/cwm/screen.c')
-rw-r--r--app/cwm/screen.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/cwm/screen.c b/app/cwm/screen.c
index 8b1fada8c..ed9cd2cba 100644
--- a/app/cwm/screen.c
+++ b/app/cwm/screen.c
@@ -15,14 +15,14 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: screen.c,v 1.3 2008/01/11 16:06:44 oga Exp $
+ * $Id: screen.c,v 1.4 2008/04/15 20:24:41 oga Exp $
*/
#include "headers.h"
#include "calmwm.h"
-extern struct screen_ctx_q Screenq;
-extern struct screen_ctx *Curscreen;
+extern struct screen_ctx_q Screenq;
+extern struct screen_ctx *Curscreen;
static void
_clearwindow_cb(int sig)
@@ -76,7 +76,6 @@ screen_updatestackingorder(void)
void
screen_init(void)
{
-
struct screen_ctx *sc = screen_current();
sc->cycle_client = NULL;