forked from AuroraMiddleware/gtk
gdk: Remove GdkAtom
finally!!!!!
This commit is contained in:
parent
f536cf0a43
commit
cc7c1fe108
@ -1,10 +1,4 @@
|
||||
|
||||
# GdkAtom is an opaque typedef
|
||||
<TYPEDEF>
|
||||
<NAME>GdkAtom</NAME>
|
||||
typedef struct _GdkAtom *GdkAtom;
|
||||
</TYPEDEF>
|
||||
|
||||
<MACRO>
|
||||
<NAME>GDK_WINDOWING_X11</NAME>
|
||||
#define GDK_WINDOWING_X11
|
||||
|
@ -108,14 +108,6 @@ typedef struct _GdkRectangle GdkRectangle;
|
||||
typedef cairo_rectangle_int_t GdkRectangle;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* GdkAtom:
|
||||
*
|
||||
* An opaque type representing a string as an index into a table
|
||||
* of strings on the X server.
|
||||
*/
|
||||
typedef const char *GdkAtom;
|
||||
|
||||
/* Forward declarations of commonly used types */
|
||||
typedef struct _GdkRGBA GdkRGBA;
|
||||
typedef struct _GdkContentFormats GdkContentFormats;
|
||||
|
@ -13,7 +13,7 @@ test_to_text_list (void)
|
||||
|
||||
if (GDK_IS_X11_DISPLAY (display))
|
||||
{
|
||||
GdkAtom encoding;
|
||||
const char *encoding;
|
||||
gint format;
|
||||
const guchar *text;
|
||||
gint length;
|
||||
|
Loading…
Reference in New Issue
Block a user