Mercurial > cropper
annotate main.h @ 11:c18ba4ea1514
just cosmetic changes
author | meillo@marmaro.de |
---|---|
date | Thu, 04 Mar 2010 14:18:19 +0100 |
parents | 5e282003f0c1 |
children | 13bc21684b8a |
rev | line source |
---|---|
2
e359bea4c8ac
added code for ratio swap; new names for ratio operations; added main.h; some more
meillo@marmaro.de
parents:
diff
changeset
|
1 #ifndef _MAIN_H_ |
e359bea4c8ac
added code for ratio swap; new names for ratio operations; added main.h; some more
meillo@marmaro.de
parents:
diff
changeset
|
2 #define _MAIN_H_ |
e359bea4c8ac
added code for ratio swap; new names for ratio operations; added main.h; some more
meillo@marmaro.de
parents:
diff
changeset
|
3 |
e359bea4c8ac
added code for ratio swap; new names for ratio operations; added main.h; some more
meillo@marmaro.de
parents:
diff
changeset
|
4 #include <gtk/gtk.h> |
e359bea4c8ac
added code for ratio swap; new names for ratio operations; added main.h; some more
meillo@marmaro.de
parents:
diff
changeset
|
5 |
e359bea4c8ac
added code for ratio swap; new names for ratio operations; added main.h; some more
meillo@marmaro.de
parents:
diff
changeset
|
6 GtkWidget* cropper_window; |
4
2f11ab3e6047
added option handling; added output for convert; commented all ratio code cause it is not really important now
meillo@marmaro.de
parents:
2
diff
changeset
|
7 char* image_filename; |
2
e359bea4c8ac
added code for ratio swap; new names for ratio operations; added main.h; some more
meillo@marmaro.de
parents:
diff
changeset
|
8 |
9
7e1cf00de1df
completely refactored makefile; removed interface.h
meillo@marmaro.de
parents:
4
diff
changeset
|
9 /* from interface.h */ |
7e1cf00de1df
completely refactored makefile; removed interface.h
meillo@marmaro.de
parents:
4
diff
changeset
|
10 GtkWidget* create_cropper_window(void); |
11 | 11 GtkWidget* image_area; |
12 GdkPixbuf* image_buffer; | |
9
7e1cf00de1df
completely refactored makefile; removed interface.h
meillo@marmaro.de
parents:
4
diff
changeset
|
13 |
2
e359bea4c8ac
added code for ratio swap; new names for ratio operations; added main.h; some more
meillo@marmaro.de
parents:
diff
changeset
|
14 #endif |