mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
gdk: Drop GDK_PARENT_RELATIVE
This define is not used anywhere.
This commit is contained in:
parent
5f9bcd0409
commit
7fb5b970f5
@ -44,7 +44,7 @@
|
||||
*/
|
||||
#include <gdk/gdkconfig.h>
|
||||
|
||||
/* some common magic values */
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
* GDK_CURRENT_TIME:
|
||||
@ -53,19 +53,6 @@
|
||||
*/
|
||||
#define GDK_CURRENT_TIME 0L
|
||||
|
||||
/**
|
||||
* GDK_PARENT_RELATIVE:
|
||||
*
|
||||
* A special value, indicating that the background
|
||||
* for a surface should be inherited from the parent surface.
|
||||
*/
|
||||
#define GDK_PARENT_RELATIVE 1L
|
||||
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
||||
/**
|
||||
* GdkPoint:
|
||||
* @x: the x coordinate of the point
|
||||
|
Loading…
Reference in New Issue
Block a user