mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
button: move button-png.c to button/
...so that all button code is in the same place.
This commit is contained in:
parent
03bc2ada47
commit
2b9a6914a6
5 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include "buffer.h"
|
||||
#include "button-png.h"
|
||||
#include "button/button-png.h"
|
||||
#include "common/dir.h"
|
||||
#include "labwc.h"
|
||||
#include "theme.h"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
labwc_sources += files(
|
||||
'button-png.c',
|
||||
'button-xbm.c',
|
||||
)
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ labwc_sources = files(
|
|||
'node.c',
|
||||
'osd.c',
|
||||
'output.c',
|
||||
'button-png.c',
|
||||
'regions.c',
|
||||
'resistance.c',
|
||||
'seat.c',
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include "common/match.h"
|
||||
#include "common/string-helpers.h"
|
||||
#include "config/rcxml.h"
|
||||
#include "button-png.h"
|
||||
#include "button/button-png.h"
|
||||
#include "button/button-xbm.h"
|
||||
#include "theme.h"
|
||||
#include "buffer.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue