diff options
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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.81 2009/01/27 00:42:53 oga Exp $ + * $Id: calmwm.h,v 1.82 2009/01/27 02:16:20 okan Exp $ */ #ifndef _CALMWM_H_ @@ -47,7 +47,6 @@ struct screen_ctx { Colormap colormap; XColor bgcolor, fgcolor, fccolor, redcolor, graycolor, whitecolor, blackcolor; - char *display; unsigned long blackpixl, whitepixl, redpixl, bluepixl, graypixl; GC gc; @@ -310,7 +309,6 @@ int input_keycodetrans(KeyCode, u_int, enum ctltype *, int x_errorhandler(Display *, XErrorEvent *); void x_setup(void); -char *x_screenname(int); void x_setupscreen(struct screen_ctx *, u_int); __dead void usage(void); @@ -512,7 +510,6 @@ extern Cursor Cursor_question; extern struct screen_ctx_q Screenq; extern struct screen_ctx *curscreen; -extern u_int Nscreens; extern struct client_ctx_q Clientq; |