diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-14 17:55:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-14 17:55:03 +0000 |
| commit | 1525520dd177f7274ac5e2d2e95c5fa9027e0f48 (patch) | |
| tree | e25f68b2c152c04819835a7f49f3597b465bdf9b /src/Toolbar.hh | |
| parent | 8ff1b7097381bcd20567ea2dd615b4fec84d5a8b (diff) | |
make arrows larger, match th size of the other bullets. make all bullets' sizes quickly/easily adustable
Diffstat (limited to 'src/Toolbar.hh')
| -rw-r--r-- | src/Toolbar.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index f95d6a55..45464e77 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh @@ -118,6 +118,7 @@ private: friend class Toolbarmenu; friend class Toolbarmenu::Placementmenu; + void drawArrow(Drawable surface, bool left) const; void redrawPrevWorkspaceButton(bool pressed = False, bool redraw = False); void redrawNextWorkspaceButton(bool pressed = False, bool redraw = False); void redrawPrevWindowButton(bool preseed = False, bool redraw = False); |
