1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-12 20:05:48 +01:00

*** empty log message ***

This commit is contained in:
kojima
2000-05-21 16:15:56 +00:00
parent e7771be157
commit 71f735069a
4 changed files with 25 additions and 39 deletions

View File

@@ -975,6 +975,18 @@ void testDragAndDrop(WMScreen *scr)
#include "WUtil.h"
void testUD()
{
WMUserDefaults *defs;
char str[32];
defs = WMGetStandardUserDefaults();
sprintf(str, "TEST DATA");
puts(str);
WMSetUDStringForKey(defs, str, "testKey");
puts(str);
}
int main(int argc, char **argv)
@@ -986,6 +998,8 @@ int main(int argc, char **argv)
/* Initialize the application */
WMInitializeApplication("Test", &argc, argv);
testUD();
/*
* Open connection to the X display.
*/