aboutsummaryrefslogtreecommitdiff
path: root/src/FbMenu.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-10 23:08:06 (GMT)
committerfluxgen <fluxgen>2003-12-10 23:08:06 (GMT)
commit5ffb6290c12adc5c45a50758f90549fdfc693216 (patch)
tree6bed529f1d556b571dc0b6bfee5665aca408a6d9 /src/FbMenu.cc
parentcb8e8e8d054b044db602326278055dc10f1c0c57 (diff)
downloadfluxbox-5ffb6290c12adc5c45a50758f90549fdfc693216.zip
fluxbox-5ffb6290c12adc5c45a50758f90549fdfc693216.tar.bz2
cleaning in the menu code
Diffstat (limited to 'src/FbMenu.cc')
-rw-r--r--src/FbMenu.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FbMenu.cc b/src/FbMenu.cc
index c14d9ff..9a62050 100644
--- a/src/FbMenu.cc
+++ b/src/FbMenu.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbMenu.cc,v 1.1 2003/07/10 11:26:40 fluxgen Exp $ 22// $Id: FbMenu.cc,v 1.2 2003/12/10 23:08:03 fluxgen Exp $
23 23
24 24
25#include "FbMenu.hh" 25#include "FbMenu.hh"
@@ -27,9 +27,9 @@
27 27
28#include "Shape.hh" 28#include "Shape.hh"
29 29
30FbMenu::FbMenu(MenuTheme &tm, int screen_num, FbTk::ImageControl &imgctrl, 30FbMenu::FbMenu(MenuTheme &tm, FbTk::ImageControl &imgctrl,
31 FbTk::XLayer &layer): 31 FbTk::XLayer &layer):
32 FbTk::Menu(tm, screen_num, imgctrl), 32 FbTk::Menu(tm, imgctrl),
33 m_layeritem(fbwindow(), layer), 33 m_layeritem(fbwindow(), layer),
34 m_shape(new Shape(fbwindow(), tm.shapePlaces())) { 34 m_shape(new Shape(fbwindow(), tm.shapePlaces())) {
35 35