diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-06-26 12:21:59 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-06-26 12:21:59 +0000 |
commit | 5929c835ccafea3d3818ccceb4fa315fd3b8f00b (patch) | |
tree | 00767ce4ee294afcfa9d7a28d987254353164ebd /app/cwm/screen.c | |
parent | 14e9bc983e95a795c982c05ccb7d93f5771e0a14 (diff) |
static local functions and data; almost identical diff from Thomas Pfaff
ok oga@
Diffstat (limited to 'app/cwm/screen.c')
-rw-r--r-- | app/cwm/screen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/cwm/screen.c b/app/cwm/screen.c index 8ac3da45c..d1a5e1bea 100644 --- a/app/cwm/screen.c +++ b/app/cwm/screen.c @@ -15,13 +15,12 @@ * 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.15 2009/06/23 21:52:38 okan Exp $ + * $Id: screen.c,v 1.16 2009/06/26 12:21:58 okan Exp $ */ #include "headers.h" #include "calmwm.h" -extern struct screen_ctx_q Screenq; extern struct screen_ctx *Curscreen; void |