reverted changes that Maurits accidentally committed

This commit is contained in:
Sven Neumann 2002-12-01 22:29:57 +00:00
parent 978e0f76f1
commit acb7bac011
2 changed files with 4 additions and 4 deletions

View File

@ -268,8 +268,8 @@ typedef enum
typedef enum
{
GIMP_SIZE_PIXELS,
GIMP_SIZE_POINTS
GIMP_PIXELS,
GIMP_POINTS
} GimpSizeType;

View File

@ -231,8 +231,8 @@ init_generated_constants (void)
setvar (cintern ("VERTICAL"), flocons (1), NIL);
setvar (cintern ("UNKNOWN"), flocons (2), NIL);
setvar (cintern ("SIZE-PIXELS"), flocons (0), NIL);
setvar (cintern ("SIZE-POINTS"), flocons (1), NIL);
setvar (cintern ("PIXELS"), flocons (0), NIL);
setvar (cintern ("POINTS"), flocons (1), NIL);
return;
}