13 lines
312 B
C
13 lines
312 B
C
/*
|
|
* misc.c
|
|
*
|
|
* Created on: Jan 22, 2009
|
|
* Author: jelkins
|
|
*/
|
|
|
|
#include "error.h"
|
|
|
|
void applicationShellWidgetClass() {nolibError("Motif");}
|
|
void topLevelShellWidgetClass() {nolibError("Motif");}
|
|
void transientShellWidgetClass() {nolibError("Motif");}
|
|
void wmShellWidgetClass() {nolibError("Motif");}
|