X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/118a31a3b1eb08cba14887c3134054e9b4383688..0a2aedfe6d650e825a50f25f972bac20d669f5cb:/src/xgselect.c diff --git a/src/xgselect.c b/src/xgselect.c index 0b62d3e825..ac88afdd54 100644 --- a/src/xgselect.c +++ b/src/xgselect.c @@ -1,13 +1,13 @@ /* Function for handling the GLib event loop. -Copyright (C) 2009-2015 Free Software Foundation, Inc. +Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -26,9 +26,8 @@ along with GNU Emacs. If not, see . */ #include #include #include -#include -#include "frame.h" #include "blockinput.h" +#include "systime.h" /* `xg_select' is a `pselect' replacement. Why do we need a separate function? 1. Timeouts. Glib and Gtk rely on timer events. If we did pselect