]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/scout-gfx/include/factory
Update
[l4.git] / l4 / pkg / scout-gfx / include / factory
index 40d4305e37738b54e6537192ec8683ed52ace137..417d9bc65e21dd715977493d6ac1ecf993492e9d 100644 (file)
@@ -1,4 +1,12 @@
 // vi:ft=cpp
+/*
+ * (c) 2010 Alexander Warg <warg@os.inf.tu-dresden.de>
+ *     economic rights: Technische Universität Dresden (Germany)
+ *
+ * This file is part of TUD:OS and distributed under the terms of the
+ * GNU General Public License 2.
+ * Please see the COPYING-GPL-2 file for details.
+ */
 
 #pragma once
 
@@ -17,7 +25,7 @@ class Factory : public virtual Mag_gfx::Factory
 {
 public:
   virtual Icon *create_icon(void const *rgba = 0,
-                            Area const &size = Area(0,0)) = 0;
+                            Area const &size = Area(0,0), bool fade = true) = 0;
   virtual Widget *create_shadow(int height = 8, int intensity = 160) = 0;
   virtual Sky_texture *create_sky() = 0;