* xgselect.c (xgselect_initialize): Check vs interface
even if ! (defined (USE_GTK) || defined (HAVE_GCONF)).
This commit is contained in:
parent
bf501fb940
commit
aefd87e148
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue