mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
change mousebind code to use already existing enums
Also added an #include statement to ssd.h so it would compile without depending on other headers to be #included before it
This commit is contained in:
parent
36f5b49f2a
commit
92891b4dfa
4 changed files with 22 additions and 34 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef __LABWC_SSD_H
|
||||
#define __LABWC_SSD_H
|
||||
|
||||
#include "labwc.h"
|
||||
|
||||
/*
|
||||
* Sequence these according to the order they should be processes for
|
||||
* press and hover events. Bear in mind that some of their respective
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue