aboutsummaryrefslogtreecommitdiff
path: root/src/uicmd.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-05-31 16:13:02 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-05-31 16:13:02 -0400
commita143902147b53c1792f5f844e9efe62d163ed362 (patch)
treeb6872ace7c3298ec9393a72d61608b8d401a7b61 /src/uicmd.cc
parente16672e1ffcf3e52f1444c362c52183c9f9f201c (diff)
line length
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r--src/uicmd.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc
index e3465e92..c832eb85 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -389,7 +389,8 @@ void a_UIcmd_send_event_to_tabs_by_wid(int e, void *v_wid)
* Create a new UI and its associated BrowserWindow data structure.
* Use style from v_ui. If non-NULL it must be of type UI*.
*/
-BrowserWindow *a_UIcmd_browser_window_new(int ww, int wh, uint32_t xid, const void *vbw)
+BrowserWindow *a_UIcmd_browser_window_new(int ww, int wh,
+ uint32_t xid, const void *vbw)
{
BrowserWindow *old_bw = (BrowserWindow*)vbw;
BrowserWindow *new_bw = NULL;