Am Mittwoch, den 02.11.2005, 15:42 +0100 schrieb Christian Neumair:
+#define ZOOM_IN(x) *x = CLAMP(*x+1, ZOOM_LEVEL_25, ZOOM_LEVEL_200) +#define ZOOM_OUT(x) *x = CLAMP(*x-1, ZOOM_LEVEL_25, ZOOM_LEVEL_200) +#define ZOOM_100(x) *x = ZOOM_LEVEL_100 +#define ZOOM_FIT(x) *x = ZOOM_LEVEL_FIT
Ignore those, they are the remainder of an old version. -- Christian Neumair <chris gnome-de org>
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil