aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authoroga2008-04-15 20:24:41 +0000
committeroga2008-04-15 20:24:41 +0000
commitb31333397785733587b3bfe3adb27ff2761702b5 (patch)
treeb4fdd1360ef1add5766452793034ef73bec0ebc4 /screen.c
parent137723ad08c9062a346b29d72b4b2ce55971c217 (diff)
downloadcwm-b31333397785733587b3bfe3adb27ff2761702b5.tar.gz
hit it with the knf stick.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/screen.c b/screen.c
index 8b1fada..ed9cd2c 100644
--- a/screen.c
+++ b/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;