X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fevent.h;h=b81edf1d38e507704de0d2e3812214c8bb813e79;hb=471a5e5f9928e2d324b2e10422a420f458bd63ff;hp=1bf227d1e17fb18ba0281e3a64b201a1add6b106;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/ioncore/event.h b/ioncore/event.h index 1bf227d..b81edf1 100644 --- a/ioncore/event.h +++ b/ioncore/event.h @@ -1,7 +1,7 @@ /* * ion/ioncore/event.h * - * Copyright (c) Tuomo Valkonen 1999-2006. + * Copyright (c) Tuomo Valkonen 1999-2007. * * Ion is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by @@ -37,6 +37,10 @@ PropertyChangeMask|FocusChangeMask| \ StructureNotifyMask|EnterWindowMask) +#define IONCORE_EVENTMASK_SCREEN (FocusChangeMask|EnterWindowMask| \ + KeyPressMask|KeyReleaseMask| \ + ButtonPressMask|ButtonReleaseMask) + extern void ioncore_x_connection_handler(int conn, void *unused); extern void ioncore_flush(); extern void ioncore_get_event(XEvent *ev, long mask);