aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga2008-09-22 14:28:04 +0000
committeroga2008-09-22 14:28:04 +0000
commitb61ea604b9325ea41db5932cd304952856a4d8ab (patch)
tree19c338d36e0aa4dd4add906f87232324349b2c51 /calmwm.h
parent30fdb32a9e9467d23ad79e6602ac5b30e47e21f1 (diff)
downloadcwm-b61ea604b9325ea41db5932cd304952856a4d8ab.tar.gz
*sigh* Revert the diff that wasn't meant to go in yet.
note to self: When you mean to type cvs commit search.c, don't forget the filename.
Diffstat (limited to '')
-rw-r--r--calmwm.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/calmwm.h b/calmwm.h
index 2deb44e..0277a00 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.66 2008/09/22 14:15:03 oga Exp $
+ * $Id: calmwm.h,v 1.67 2008/09/22 14:28:04 oga Exp $
*/
#ifndef _CALMWM_H_
@@ -62,9 +62,6 @@ struct screen_ctx {
XftDraw *xftdraw;
XftColor xftcolor;
-
- int xinerama_no;
- XineramaScreenInfo *xinerama;
};
TAILQ_HEAD(screen_ctx_q, screen_ctx);
@@ -372,7 +369,6 @@ void xev_handle_keyrelease(struct xevent *, XEvent *);
void xev_handle_expose(struct xevent *, XEvent *);
void xev_handle_clientmessage(struct xevent *, XEvent *);
void xev_handle_shape(struct xevent *, XEvent *);
-void xev_handle_randr(struct xevent *, XEvent *);
void xev_handle_mapping(struct xevent *, XEvent *);
#define XEV_QUICK(a, b, c, d, e) do { \
@@ -421,7 +417,6 @@ char *xstrdup(const char *);
struct screen_ctx *screen_fromroot(Window);
struct screen_ctx *screen_current(void);
void screen_updatestackingorder(void);
-void screen_init_xinerama(struct screen_ctx *);
void conf_setup(struct conf *, const char *);
void conf_client(struct client_ctx *);
@@ -517,8 +512,6 @@ extern u_int Nscreens;
extern struct client_ctx_q Clientq;
extern int Doshape, Shape_ev;
-extern int Doshape, Shape_ev;
-extern int HasXinerama, HasRandr, Randr_ev;
extern struct conf Conf;
#endif /* _CALMWM_H_ */