wgl: Fix prototype.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 11 Jun 2009 18:05:46 +0000 (19:05 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 11 Jun 2009 18:05:46 +0000 (19:05 +0100)
src/gallium/state_trackers/wgl/shared/stw_framebuffer.c

index a601fc5646b78a04512b45c2bdbf098c5fa37160..58f18303191f993114006aaee4fc7e721521d8a1 100644 (file)
@@ -45,7 +45,7 @@
 #include "stw_tls.h"
 
 
-struct stw_framebuffer *
+static INLINE struct stw_framebuffer *
 stw_framebuffer_from_hwnd_locked(
    HWND hwnd )
 {