Moved a lot of generic preview code to the new files gimpmiscui.[ch] so it will be easier later to port these plug-ins to the new (not yet finished) effect preview widget.
This commit is contained in:
@ -231,8 +231,8 @@ init_generated_constants (void)
|
||||
setvar (cintern ("VERTICAL"), flocons (1), NIL);
|
||||
setvar (cintern ("UNKNOWN"), flocons (2), NIL);
|
||||
|
||||
setvar (cintern ("PIXELS"), flocons (0), NIL);
|
||||
setvar (cintern ("POINTS"), flocons (1), NIL);
|
||||
setvar (cintern ("SIZE-PIXELS"), flocons (0), NIL);
|
||||
setvar (cintern ("SIZE-POINTS"), flocons (1), NIL);
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user