mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 05:35:29 +08:00
Allow compilation with -std=c++11
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10562 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-3
@@ -127,9 +127,9 @@ Fl_Menu_Item menutable[] = {
|
|||||||
{"Italic", 0, 0, 0, 0, 0, FL_ITALIC, 14},
|
{"Italic", 0, 0, 0, 0, 0, FL_ITALIC, 14},
|
||||||
{"BoldItalic",0,0,0, 0, 0, FL_BOLD+FL_ITALIC, 14},
|
{"BoldItalic",0,0,0, 0, 0, FL_BOLD+FL_ITALIC, 14},
|
||||||
{"Small", 0, 0, 0, 0, 0, FL_BOLD+FL_ITALIC, 10},
|
{"Small", 0, 0, 0, 0, 0, FL_BOLD+FL_ITALIC, 10},
|
||||||
{"Emboss", 0, 0, 0, 0, FL_EMBOSSED_LABEL},
|
{"Emboss", 0, 0, 0, 0, (uchar)FL_EMBOSSED_LABEL},
|
||||||
{"Engrave", 0, 0, 0, 0, FL_ENGRAVED_LABEL},
|
{"Engrave", 0, 0, 0, 0, (uchar)FL_ENGRAVED_LABEL},
|
||||||
{"Shadow", 0, 0, 0, 0, FL_SHADOW_LABEL},
|
{"Shadow", 0, 0, 0, 0, (uchar)FL_SHADOW_LABEL},
|
||||||
{"@->", 0, 0, 0, 0, FL_SYMBOL_LABEL},
|
{"@->", 0, 0, 0, 0, FL_SYMBOL_LABEL},
|
||||||
{0},
|
{0},
|
||||||
{"&International",0,0,0,FL_SUBMENU},
|
{"&International",0,0,0,FL_SUBMENU},
|
||||||
|
|||||||
Reference in New Issue
Block a user