SVN revision: 29548
This commit is contained in:
Carsten Haitzler 2007-04-16 01:35:55 +00:00
parent cd3cf292f4
commit e2742227ad
2 changed files with 2 additions and 3 deletions

View File

@ -372,6 +372,7 @@ else
AC_MSG_WARN(Silly monkey: ecore_evas_gl requires ecore_x ... disabling ecore_evas_gl)
fi
fi
PCFLAGS=$CFLAGS
have_ecore_evas_xrender="no";
@ -410,6 +411,7 @@ else
AC_MSG_WARN(Silly monkey: ecore_evas_xrender requires ecore_x ... disabling ecore_evas_xrender)
fi
fi
PCFLAGS=$CFLAGS
AC_MSG_CHECKING(whether ecore_evas DirectFB support is to be built)
AC_ARG_ENABLE(ecore-evas-dfb,
@ -506,7 +508,6 @@ if test "x$want_ecore_evas_buffer" = "xyes"; then
]
)
fi
CFLAGS=$PCFLAGS
AC_ARG_ENABLE(openssl,
AC_HELP_STRING(

View File

@ -631,7 +631,6 @@ _ecore_evas_x_event_property_change(void *data __UNUSED__, int type __UNUSED__,
Ecore_Evas *ee;
Ecore_X_Event_Window_Property *e;
// printf ("_ecore_evas_x_event_property_change\n");
e = event;
ee = _ecore_evas_x_match(e->win);
if ((!ee) || (ee->ignore_events)) return 1; /* pass on event */
@ -642,7 +641,6 @@ _ecore_evas_x_event_property_change(void *data __UNUSED__, int type __UNUSED__,
Ecore_X_Window_State *state;
int sticky;
printf ("_ecore_evas_x_event_property_change2\n");
#ifdef HAVE_ECORE_X_XCB
ecore_x_netwm_window_state_get_prefetch(e->win);
#endif /* HAVE_ECORE_X_XCB */