Added dummy glk_stylehint_clear() function
authorPhilip Chimento <philip.chimento@gmail.com>
Sun, 24 May 2009 08:33:57 +0000 (08:33 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Sun, 24 May 2009 08:33:57 +0000 (08:33 +0000)
git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@80 ddfedd41-794f-dd11-ae45-00112f111e67

libchimara/style.c

index d2eb235d698209463bc61cef27b042a41bcb7319..3219d265c547401f49a78e02f2131afbf516820f 100644 (file)
@@ -195,3 +195,8 @@ glk_stylehint_set(glui32 wintype, glui32 style, glui32 hint, glsi32 val)
                }
        }
 }
+
+void
+glk_stylehint_clear(glui32 wintype, glui32 styl, glui32 hint)
+{
+}
\ No newline at end of file