~ruther/CTU-FEE-B0B35APO-Semestral-project

CTU-FEE-B0B35APO-Semestral-project/file-browser/include/window_contextmenu.h -rw-r--r-- 310 bytes
7aa0ada9 — Rutherther chore: fix image in readme 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __WINDOW_CONTEXTMENU_H__
#define __WINDOW_CONTEXTMENU_H__

#include "file_access.h"
#include "font.h"
#include "gui.h"
#include <stdbool.h>

bool window_contextmenu_open(gui_t *gui, font_t *font, fileaccess_state_t state,
                             file_t *file);

#endif // __WINDOW_CONTEXTMENU_H__