Evas: Fix typo in Frame_Queuing check for xcb.

SVN revision: 61991
This commit is contained in:
Christopher Michael 2011-08-02 12:15:33 +00:00
parent ea689302c5
commit c63715e01d
1 changed files with 2 additions and 2 deletions

View File

@ -291,13 +291,13 @@ evas_software_xcb_output_buffer_new(xcb_connection_t *conn, xcb_visualtype_t *vi
if (try_shm == 2) _xcbob_sync(conn);
xcbob->xim->data = xcbob->shm_info->shmaddr;
#if defined(EVAS_FRAME_QUEING) && defined(LIBXEXT_VERSION_LOW)
#if defined(EVAS_FRAME_QUEUING) && defined(LIBXEXT_VERSION_LOW)
if (evas_common_frameq_enabled())
xcb_grab_server(conn);
#endif
xcb_shm_attach(conn, xcbob->shm_info->shmseg,
xcbob->shm_info->shmid, 0);
#if defined(EVAS_FRAME_QUEING) && defined(LIBXEXT_VERSION_LOW)
#if defined(EVAS_FRAME_QUEUING) && defined(LIBXEXT_VERSION_LOW)
if (evas_common_frameq_enabled())
xcb_ungrab_server(conn);
#endif