ui/motif/image.c@b84cbe57e0bd
ui/motif/image.c
Mon, 29 Sep 2025 21:14:46 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 29 Sep 2025 21:14:46 +0200
- changeset 779
- b84cbe57e0bd
- parent 638
-
51adf061e18f
- permissions
- -rw-r--r--
change UiCellValue from struct to union and pass it as pointer to the onsave function, for better compatibility with other languages
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
#include "image.h"
void ui_image_ref(UIIMAGE img) {
// TODO
}
void ui_image_unref(UIIMAGE img) {
// TODO
}