MeteoIODoc  2.10.0
MessageBoxX11.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: LGPL-3.0-or-later
2 #ifndef MESSAGEBOXX11_H
3 #define MESSAGEBOXX11_H
4 
5 #ifdef __linux
6 void MessageBoxX11( const char* title, const char* text );
7 #endif
8 
9 #endif