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

ref: 10ff5e5878746c60234d0dc7e46f43764753d96c CTU-FEE-B0B35APO-Semestral-project/file-browser/include/window_contextmenu.h -rw-r--r-- 310 bytes
10ff5e58 — František Boháček feat: allow horizontal scroll in initial window 4 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__