diff options
Diffstat (limited to 'src/hyper/scrollbar.c')
-rw-r--r-- | src/hyper/scrollbar.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/hyper/scrollbar.c b/src/hyper/scrollbar.c index ac7addf7..bc858325 100644 --- a/src/hyper/scrollbar.c +++ b/src/hyper/scrollbar.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -40,9 +40,8 @@ * Copyright The Numerical Algorithms Group Limited 1991, 1992, 1993. * ****************************************************************************/ -#define _SCROLLBAR_C -#include "openaxiom-c-macros.h" +#include "openaxiom-c-macros.h" #include "debug.h" #include "halloc.h" #include "sockio.h" @@ -53,8 +52,6 @@ #include "scrollbar.h" #include "parse.h" -#include "all_hyper_proto.H1" - /************************************************************************* Scrollbar Comments 10/08/89 @@ -95,6 +92,10 @@ **************************************************************************/ +static int ch(int height); +static void changeWindowBackgroundPixmap(Window window , Pixmap pixmap); +static void drawScroller3DEffects(HDWindow * hdWindow , int x1 , int y1 , int x2 , int y2); + static int ch(int height); static void changeWindowBackgroundPixmap(Window window, Pixmap pixmap); |