reautogen run

-Yosh
This commit is contained in:
Manish Singh 1999-08-26 22:21:12 +00:00
parent 387002c04b
commit 12d33d28e3
1 changed files with 6 additions and 0 deletions

View File

@ -334,6 +334,12 @@ package Gimp::CodeGen::enums;
BLUE_LUT => '3', BLUE_LUT => '3',
ALPHA_LUT => '4' } ALPHA_LUT => '4' }
}, },
ToolFlags =>
{ contig => 0,
header => 'paint_core.h',
symbols => [ qw(TOOL_CAN_HANDLE_CHANGING_BRUSH) ],
mapping => { TOOL_CAN_HANDLE_CHANGING_BRUSH => '0x0001' }
},
RunModeType => RunModeType =>
{ contig => 1, { contig => 1,
header => 'plug_in.h', header => 'plug_in.h',