summaryrefslogtreecommitdiffstats
path: root/include/widgets/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets/box.h')
-rw-r--r--include/widgets/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets/box.h b/include/widgets/box.h
index 70132475..cffccd13 100644
--- a/include/widgets/box.h
+++ b/include/widgets/box.h
@@ -53,7 +53,7 @@ typedef struct _box box;
*
* @returns a newly created box, free with #widget_free
*/
-box * box_create ( const char *name, Orientation type );
+box * box_create ( const char *name, RofiOrientation type );
/**
* @param box Handle to the box widget.