Move the display ID to the private struct

This commit is contained in:
Michael Natterer
2009-10-05 20:10:00 +02:00
parent c339125d7d
commit 5d70d60927
2 changed files with 11 additions and 9 deletions

View File

@ -36,8 +36,6 @@ struct _GimpDisplay
{
GimpObject parent_instance;
gint ID; /* unique identifier for this display */
Gimp *gimp; /* global gimp instance */
GimpDisplayConfig *config;