dwm.h
changeset 848 944739ec944a
parent 844 e7df5a345595
child 849 4f1ff9e068d3
equal deleted inserted replaced
847:b386350fa4ec 848:944739ec944a
   128 void togglemax(const char *arg);		/* toggles maximization of floating client */
   128 void togglemax(const char *arg);		/* toggles maximization of floating client */
   129 void zoom(const char *arg);		/* zooms the focused client to master area, arg is ignored */
   129 void zoom(const char *arg);		/* zooms the focused client to master area, arg is ignored */
   130 
   130 
   131 /* main.c */
   131 /* main.c */
   132 void quit(const char *arg);		/* quit dwm nicely */
   132 void quit(const char *arg);		/* quit dwm nicely */
   133 void sendevent(Window w, Atom a, long value);	/* send synthetic event to w */
       
   134 int xerror(Display *dsply, XErrorEvent *ee);	/* dwm's X error handler */
   133 int xerror(Display *dsply, XErrorEvent *ee);	/* dwm's X error handler */
   135 
   134 
   136 /* tag.c */
   135 /* tag.c */
   137 void compileregs(void);			/* initialize regexps of rules defined in config.h */
   136 void compileregs(void);			/* initialize regexps of rules defined in config.h */
   138 Bool isvisible(Client *c);		/* returns True if client is visible */
   137 Bool isvisible(Client *c);		/* returns True if client is visible */