dde-dock/interfaces/constants.h
石博文 2ceeccec1d add datetime plugin
Change-Id: I7f12547715adedbbae63693fb98d814e006fb93c
2016-08-02 09:28:06 +08:00

12 lines
125 B
C

#ifndef CONSTANTS_H
#define CONSTANTS_H
enum DockSide {
Top,
Bottom,
Left,
Right,
};
#endif // CONSTANTS_H