diff options
author | portix <none@none> | 2012-12-01 14:17:53 +0100 |
---|---|---|
committer | portix <none@none> | 2012-12-01 14:17:53 +0100 |
commit | 887b7b3a36424f4319bb9afa8a51af0103a1ea16 (patch) | |
tree | 429d5e14de121f9d89a8193bc6d0b3dfc85e8526 /src/dwb.h | |
parent | f8d42f34d2c146fa14780af3302ad8e70787b941 (diff) | |
download | dwb-887b7b3a36424f4319bb9afa8a51af0103a1ea16.zip |
Implementing all gui.* widgets
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -729,6 +729,7 @@ struct _Gui { GtkWidget *autocompletion; GtkWidget *compbox; GtkWidget *bottombox; + GtkWidget *alignment; int width; int height; |