summaryrefslogtreecommitdiff
path: root/framebuffer/fb_rootwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/fb_rootwindow.h')
-rw-r--r--framebuffer/fb_rootwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framebuffer/fb_rootwindow.h b/framebuffer/fb_rootwindow.h
index 801c7cb52..0a4ebe867 100644
--- a/framebuffer/fb_rootwindow.h
+++ b/framebuffer/fb_rootwindow.h
@@ -16,4 +16,5 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-void fb_rootwindow_click(browser_mouse_state st , int x, int y);
+void fb_rootwindow_click(framebuffer_t *fb, struct gui_window *g,browser_mouse_state st , int x, int y);
+void fb_rootwindow_create(framebuffer_t *fb);