* xgselect.c (xgselect_initialize): Check vs interface
even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2011-04-16 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* xgselect.c (xgselect_initialize): Check vs interface
|
||||
even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
|
||||
|
||||
* xmenu.c (xmenu_show): Rename parm to avoid shadowing.
|
||||
|
||||
* xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers
|
||||
|
||||
@@ -19,11 +19,14 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <setjmp.h>
|
||||
#include "xgselect.h"
|
||||
|
||||
#if defined (USE_GTK) || defined (HAVE_GCONF)
|
||||
|
||||
#include <glib.h>
|
||||
#include <errno.h>
|
||||
#include <setjmp.h>
|
||||
#include "xgselect.h"
|
||||
|
||||
static GPollFD *gfds;
|
||||
static int gfds_size;
|
||||
|
||||
Reference in New Issue
Block a user