[hackers] [tabbed] formating xembed messages with spaces instead of tabs || Enno Boland (tox)

From: <hg_AT_suckless.org>
Date: Tue, 27 Oct 2009 20:08:06 +0000 (UTC)

changeset: 118:513da8e1dce1
user: Enno Boland (tox) <tox_AT_s01.de>
date: Tue Oct 27 21:07:08 2009 +0100
files: tabbed.c
description:
formating xembed messages with spaces instead of tabs

diff -r 01b97d131d3a -r 513da8e1dce1 tabbed.c
--- a/tabbed.c Tue Oct 27 13:25:40 2009 +0100
+++ b/tabbed.c Tue Oct 27 21:07:08 2009 +0100
@@ -21,25 +21,25 @@
 #include <errno.h>
 
 /* XEMBED messages */
-#define XEMBED_EMBEDDED_NOTIFY 0
-#define XEMBED_WINDOW_ACTIVATE 1
-#define XEMBED_WINDOW_DEACTIVATE 2
-#define XEMBED_REQUEST_FOCUS 3
-#define XEMBED_FOCUS_IN 4
-#define XEMBED_FOCUS_OUT 5
-#define XEMBED_FOCUS_NEXT 6
-#define XEMBED_FOCUS_PREV 7
+#define XEMBED_EMBEDDED_NOTIFY 0
+#define XEMBED_WINDOW_ACTIVATE 1
+#define XEMBED_WINDOW_DEACTIVATE 2
+#define XEMBED_REQUEST_FOCUS 3
+#define XEMBED_FOCUS_IN 4
+#define XEMBED_FOCUS_OUT 5
+#define XEMBED_FOCUS_NEXT 6
+#define XEMBED_FOCUS_PREV 7
 /* 8-9 were used for XEMBED_GRAB_KEY/XEMBED_UNGRAB_KEY */
-#define XEMBED_MODALITY_ON 10
-#define XEMBED_MODALITY_OFF 11
+#define XEMBED_MODALITY_ON 10
+#define XEMBED_MODALITY_OFF 11
 #define XEMBED_REGISTER_ACCELERATOR 12
 #define XEMBED_UNREGISTER_ACCELERATOR 13
 #define XEMBED_ACTIVATE_ACCELERATOR 14
 
 /* Details for XEMBED_FOCUS_IN: */
-#define XEMBED_FOCUS_CURRENT 0
-#define XEMBED_FOCUS_FIRST 1
-#define XEMBED_FOCUS_LAST 2
+#define XEMBED_FOCUS_CURRENT 0
+#define XEMBED_FOCUS_FIRST 1
+#define XEMBED_FOCUS_LAST 2
 
 /* Macros */
 #define MAX(a, b) ((a) > (b) ? (a) : (b))
Received on Tue Oct 27 2009 - 20:08:06 UTC

This archive was generated by hypermail 2.2.0 : Tue Oct 27 2009 - 20:12:05 UTC