mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -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
9
include/button/button-png.h
Normal file
9
include/button/button-png.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_BUTTON_PNG_H
|
||||
#define LABWC_BUTTON_PNG_H
|
||||
|
||||
struct lab_data_buffer;
|
||||
|
||||
void png_load(const char *filename, struct lab_data_buffer **buffer);
|
||||
|
||||
#endif /* LABWC_BUTTON_PNG_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue