summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
committerQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
commitb18d68eff26429ed08d560b187c46770eb7db0b2 (patch)
tree854e74f44c678b18c09ebed872fd187b5a24cd9d /include/x11-helper.h
parent442e235c24fa33a499e51b4a2f7ff95fb4ab43ad (diff)
Adjust new editor width
Diffstat (limited to 'include/x11-helper.h')
-rw-r--r--include/x11-helper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index afdf3eb0..faedb1d1 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -1,7 +1,6 @@
#ifndef X11_ROFI_HELPER_H
#define X11_ROFI_HELPER_H
-
int window_get_prop ( Display *display, Window w, Atom prop,
Atom *type, int *items,
void *buffer, unsigned int bytes ) __attribute__ ( ( nonnull ( 4, 5 ) ) );
@@ -23,7 +22,6 @@ void window_set_atom_prop ( Display *display, Window w, Atom prop, Atom *atoms,
int window_get_cardinal_prop ( Display *display, Window w, Atom atom, unsigned long *list,
int count );
-
/**
* Window info.
*/
@@ -142,7 +140,6 @@ void x11_setup ( Display *display );
*/
void create_visual_and_colormap ( Display *display );
-
/**
* @param display Connection to the X server.
* @param name String representing the color.