Move the display render buf size #defines to gimpdisplayshell-render.h

This commit is contained in:
Michael Natterer
2009-10-03 00:15:04 +02:00
parent 7a6fe273b7
commit 750c11f001
3 changed files with 5 additions and 4 deletions

View File

@ -19,6 +19,10 @@
#define __GIMP_DISPLAY_SHELL_RENDER_H__
#define GIMP_DISPLAY_RENDER_BUF_WIDTH 256
#define GIMP_DISPLAY_RENDER_BUF_HEIGHT 256
void gimp_display_shell_render_init (Gimp *gimp);
void gimp_display_shell_render_exit (Gimp *gimp);