File tree Expand file tree Collapse file tree 2 files changed +9
-16
lines changed Expand file tree Collapse file tree 2 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 1
1
0.6.0
2
2
Removing old 'c' code ...
3
+ Removing old 'c' code ...
3
4
Added small utility class for static functions.
4
5
Removing old 'c' code ...
5
6
Wrapped 'c' realpath function ( more effecient than using experimental/filesystem ).
Original file line number Diff line number Diff line change @@ -385,22 +385,14 @@ struct windowInitStruct
385
385
class LFSTK_menuClass ;
386
386
struct menuStruct
387
387
{
388
- // char *label=NULL;
389
- std::string label;
390
- int imageType=0 ;
391
- // union imageData
392
- // {
393
- // char *imagePath;
394
- std::string imagePath;
395
- cairo_surface_t *surface=NULL ;
396
- // ~imageData() {};//{cairo_surface_destroy(surface);}
397
- // imageData() {};
398
- // } data;//={NULL};
399
-
400
- bool hasSubMenu=false ;
401
- menuStruct **subMenus=NULL ;
402
- int subMenuCnt=0 ;
403
- void *userData=NULL ;
388
+ std::string label;
389
+ int imageType=0 ;
390
+ std::string imagePath;
391
+ cairo_surface_t *surface=NULL ;
392
+ bool hasSubMenu=false ;
393
+ menuStruct **subMenus=NULL ;
394
+ int subMenuCnt=0 ;
395
+ void *userData=NULL ;
404
396
};
405
397
406
398
// messaging
You can’t perform that action at this time.
0 commit comments