version 1.9, 2025/04/03 16:58:34
|
version 1.10, 2025/04/10 01:24:38
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.10 2025/04/10 01:24:38 snw |
|
* Remove C++ style comments |
|
* |
* Revision 1.9 2025/04/03 16:58:34 snw |
* Revision 1.9 2025/04/03 16:58:34 snw |
* Make error message for shm_init error during initialization more friendly |
* Make error message for shm_init error during initialization more friendly |
* |
* |
Line 543 void init_mwapi (void)
|
Line 546 void init_mwapi (void)
|
gtk_init (0, NULL); |
gtk_init (0, NULL); |
} |
} |
*/ |
*/ |
//TODO: init Motif/libXt |
/* TODO: init Motif/libXt */ |
} |
} |
#else |
#else |
void init_mwapi (void) |
void init_mwapi (void) |