mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
only use compositor version if we have a compositor. Closes #514453.
2008-02-04 Thomas Thurman <tthurman@gnome.org> * src/core/compositor.c: only use compositor version if we have a compositor. Closes #514453. svn path=/trunk/; revision=3552
This commit is contained in:
parent
4c8557055c
commit
fbc3563b21
@ -1,3 +1,8 @@
|
|||||||
|
2008-02-04 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
|
* src/core/compositor.c: only use compositor version if
|
||||||
|
we have a compositor. Closes #514453.
|
||||||
|
|
||||||
2008-02-04 Thomas Thurman <tthurman@gnome.org>
|
2008-02-04 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
* configure.in, src/ui/ui.c: remove workaround for a problem
|
* configure.in, src/ui/ui.c: remove workaround for a problem
|
||||||
|
@ -55,6 +55,7 @@
|
|||||||
|
|
||||||
#define USE_IDLE_REPAINT 1
|
#define USE_IDLE_REPAINT 1
|
||||||
|
|
||||||
|
#ifdef HAVE_COMPOSITE_EXTENSIONS
|
||||||
static inline gboolean
|
static inline gboolean
|
||||||
composite_at_least_version (MetaDisplay *display,
|
composite_at_least_version (MetaDisplay *display,
|
||||||
int maj, int minor)
|
int maj, int minor)
|
||||||
@ -69,6 +70,8 @@ composite_at_least_version (MetaDisplay *display,
|
|||||||
#define have_cow(display) \
|
#define have_cow(display) \
|
||||||
composite_at_least_version (display, 0, 3)
|
composite_at_least_version (display, 0, 3)
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef enum _MetaCompWindowType
|
typedef enum _MetaCompWindowType
|
||||||
{
|
{
|
||||||
META_COMP_WINDOW_NORMAL,
|
META_COMP_WINDOW_NORMAL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user