unsigned long col[ColLast]);
static void drawtext(const char *text, unsigned long col[ColLast],
Bool invert);
-#ifndef M10K
static void enternotify(XEvent *e);
-#endif /* ! M10K */
static void expose(XEvent *e);
static void focus(struct client *c);
static void focusin(XEvent *e);
static void manage(Window w, XWindowAttributes *wa);
static void mappingnotify(XEvent *e);
static void maprequest(XEvent *e);
-#ifndef M10K
static void motionnotify(XEvent *e);
-#endif /* ! M10K */
static void movemouse(const union arg *arg);
static struct client *nexttiled(struct client *c);
static void pop(struct client *);
[ConfigureRequest] = configurerequest,
[ConfigureNotify] = configurenotify,
[DestroyNotify] = destroynotify,
-#ifndef M10K
[EnterNotify] = enternotify,
-#else
- [EnterNotify] = NULL,
-#endif /* M10K */
[Expose] = expose,
[FocusIn] = focusin,
[KeyPress] = keypress,
[MappingNotify] = mappingnotify,
[MapRequest] = maprequest,
-#ifndef M10K
[MotionNotify] = motionnotify,
-#else
- [MotionNotify] = NULL,
-#endif /* ! M10K */
[PropertyNotify] = propertynotify,
[UnmapNotify] = unmapnotify
};
return;
}
-#ifndef M10K
void enternotify(XEvent *e)
{
struct client *c;
return;
}
-#endif /* ! M10K */
void expose(XEvent *e)
{
return;
}
-#ifndef M10K
void motionnotify(XEvent *e)
{
static struct monitor *mon = NULL;
mon = m;
return;
}
-#endif /* ! M10K */
void movemouse(const union arg *arg)
{