mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
Wrap fade code in #ifdef HAVE_COMPOSITE_EXTENSIONS
Tue Feb 7 00:58:05 2006 Soeren Sandmann <sandmann@redhat.com> * src/compositor.c: Wrap fade code in #ifdef HAVE_COMPOSITE_EXTENSIONS
This commit is contained in:
parent
abde4a3769
commit
f39bcff434
@ -1,3 +1,7 @@
|
||||
Tue Feb 7 00:58:05 2006 Soeren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* src/compositor.c: Wrap fade code in #ifdef HAVE_COMPOSITE_EXTENSIONS
|
||||
|
||||
Mon Feb 6 17:45:39 2006 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* src/compositor.c: New fancy minimize animation. Fade windows in
|
||||
|
@ -285,6 +285,7 @@ process_expose (MetaCompositor *compositor,
|
||||
|
||||
#endif /* HAVE_COMPOSITE_EXTENSIONS */
|
||||
|
||||
#ifdef HAVE_COMPOSITE_EXTENSIONS
|
||||
static void queue_repaint (CmDrawableNode *node, gpointer data);
|
||||
|
||||
typedef struct
|
||||
@ -348,6 +349,7 @@ fade_out (gpointer data)
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_COMPOSITE_EXTENSIONS
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user