aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2009-04-15 14:01:45 +0000
committerokan2009-04-15 14:01:45 +0000
commitf6aa4602b88478c1e947f4e7add29dfb36584d41 (patch)
treee8f7a0ed52239f7dc3ded947a45884d5b230d8c9 /calmwm.h
parent0e828a44581234d95d230d250fd72b767f597360 (diff)
downloadcwm-f6aa4602b88478c1e947f4e7add29dfb36584d41.tar.gz
properly teardown X connection upon quit; static a few while here,
requested by oga@ ok oga@ sometime ago
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 36ef77b..f512ebc 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.83 2009/02/07 21:07:00 martynas Exp $
+ * $Id: calmwm.h,v 1.84 2009/04/15 14:01:45 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -310,8 +310,6 @@ int input_keycodetrans(KeyCode, u_int, enum ctltype *,
char *);
int x_errorhandler(Display *, XErrorEvent *);
-void x_setup(void);
-void x_setupscreen(struct screen_ctx *, u_int);
__dead void usage(void);
struct client_ctx *client_find(Window);