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:
Maurits Rijk
2002-12-01 20:56:01 +00:00
parent 8513998e5c
commit 978e0f76f1
17 changed files with 558 additions and 1322 deletions

View File

@ -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;
}