API: Rename GdkWindowClass to GdkWindowWindowClass
We argued replacing GdkWindowClass with a input_only boolean, but this is not doable in an API-stable way, so I decided against it.
This commit is contained in:
		@ -326,7 +326,7 @@ gdk_visual_get_type
 | 
				
			|||||||
<FILE>windows</FILE>
 | 
					<FILE>windows</FILE>
 | 
				
			||||||
GdkWindow
 | 
					GdkWindow
 | 
				
			||||||
GdkWindowType
 | 
					GdkWindowType
 | 
				
			||||||
GdkWindowClass
 | 
					GdkWindowWindowClass
 | 
				
			||||||
GdkWindowHints
 | 
					GdkWindowHints
 | 
				
			||||||
GdkGeometry
 | 
					GdkGeometry
 | 
				
			||||||
GdkGravity
 | 
					GdkGravity
 | 
				
			||||||
 | 
				
			|||||||
@ -42,7 +42,7 @@ typedef struct _GdkPointerHooks      GdkPointerHooks;
 | 
				
			|||||||
typedef struct _GdkWindowRedirect    GdkWindowRedirect;
 | 
					typedef struct _GdkWindowRedirect    GdkWindowRedirect;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * GdkWindowClass:
 | 
					 * GdkWindowWindowClass:
 | 
				
			||||||
 * @GDK_INPUT_OUTPUT: window for graphics and events
 | 
					 * @GDK_INPUT_OUTPUT: window for graphics and events
 | 
				
			||||||
 * @GDK_INPUT_ONLY: window for events only
 | 
					 * @GDK_INPUT_ONLY: window for events only
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
@ -56,7 +56,7 @@ typedef enum
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  GDK_INPUT_OUTPUT,
 | 
					  GDK_INPUT_OUTPUT,
 | 
				
			||||||
  GDK_INPUT_ONLY
 | 
					  GDK_INPUT_ONLY
 | 
				
			||||||
} GdkWindowClass;
 | 
					} GdkWindowWindowClass;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * GdkWindowType:
 | 
					 * GdkWindowType:
 | 
				
			||||||
@ -345,7 +345,7 @@ struct _GdkWindowAttr
 | 
				
			|||||||
  gint x, y;
 | 
					  gint x, y;
 | 
				
			||||||
  gint width;
 | 
					  gint width;
 | 
				
			||||||
  gint height;
 | 
					  gint height;
 | 
				
			||||||
  GdkWindowClass wclass;
 | 
					  GdkWindowWindowClass wclass;
 | 
				
			||||||
  GdkVisual *visual;
 | 
					  GdkVisual *visual;
 | 
				
			||||||
  GdkWindowType window_type;
 | 
					  GdkWindowType window_type;
 | 
				
			||||||
  GdkCursor *cursor;
 | 
					  GdkCursor *cursor;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user