ui/motif/image.c@4531a342c5b3
ui/motif/image.c
Tue, 23 Sep 2025 17:40:40 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 23 Sep 2025 17:40:40 +0200
- changeset 774
- 4531a342c5b3
- parent 638
-
51adf061e18f
- permissions
- -rw-r--r--
add ui_widget_set_visibility_states
/*
* 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
}