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
2 changed files with 6 additions and 0 deletions
|
@ -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 a new issue