From 854292407779593a401a1d5ce71add51880fa84f Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 19 Jun 2017 14:38:33 -0500 Subject: Import Upstream version 0.4 --- x11.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 x11.h (limited to 'x11.h') diff --git a/x11.h b/x11.h deleted file mode 100644 index 6800ea7d..00000000 --- a/x11.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef __X11_H__ -#define __X11_H__ - -#include -#include - -typedef struct _X11Info X11Info; - -struct _X11Info { - gchar *display; - gchar *version; - gchar *vendor; - gchar *xf86version; - gchar *screen_size; -}; - -X11Info *x11_get_info(void); -GtkWidget *x11_get_widget(MainWindow *mainwindow); - -#endif -- cgit v1.2.3