mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
include/ssd.h: prefix defines with SSD_
This commit is contained in:
parent
7790da7b4e
commit
9d7386effd
6 changed files with 27 additions and 27 deletions
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
#include <wayland-server-core.h>
|
||||
|
||||
#define BUTTON_COUNT 4
|
||||
#define BUTTON_WIDTH 26
|
||||
#define EXTENDED_AREA 8
|
||||
#define SSD_BUTTON_COUNT 4
|
||||
#define SSD_BUTTON_WIDTH 26
|
||||
#define SSD_EXTENDED_AREA 8
|
||||
|
||||
/*
|
||||
* Sequence these according to the order they should be processed for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue