Function

Metais_syncing

Declaration [src]

gboolean
meta_is_syncing (
  void
)

Description [src]

Returns whether X synchronisation is currently enabled.

FIXME: This is only called by meta_display_open(), but by that time we have already turned syncing on or off on startup, and we don’t have any way to do so while Mutter is running, so it’s rather pointless.

Return value

Returns: gboolean
 

TRUE if we must wait for events whenever we send X requests; FALSE otherwise.