summaryrefslogtreecommitdiffstats
path: root/source/scrollbar.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-20 11:45:28 +0200
committerQC <qball@gmpclient.org>2015-09-20 11:45:28 +0200
commitfc2d65df0c455c1aa3c3d54a79ea8b5e1727cdf4 (patch)
treede608d9935d7d7cfd6519b3e75acdf032c8458df /source/scrollbar.c
parent108c16e0d4a8d576a2655daebc022832f4e647db (diff)
Playing with atom
Diffstat (limited to 'source/scrollbar.c')
-rw-r--r--source/scrollbar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/scrollbar.c b/source/scrollbar.c
index be6e18bc..c95aaf59 100644
--- a/source/scrollbar.c
+++ b/source/scrollbar.c
@@ -37,8 +37,7 @@
extern Display *display;
-scrollbar *scrollbar_create ( Window parent, XVisualInfo *vinfo, Colormap map,
- short x, short y, short w, short h )
+scrollbar *scrollbar_create ( Window parent, XVisualInfo *vinfo, Colormap map, short x, short y, short w, short h )
{
scrollbar *sb = g_malloc0 ( sizeof ( scrollbar ) );