mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Some comment fix.
Simple utf8 test.
This commit is contained in:
parent
ddb8ae12b0
commit
f7466bed21
@ -93,7 +93,7 @@ void Taskbar::create_task_buttons(void) {
|
|||||||
b->update_title_from_xid();
|
b->update_title_from_xid();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* catch name changes
|
* catch the name changes
|
||||||
* TODO: put this in Netwm.{h,cpp}
|
* TODO: put this in Netwm.{h,cpp}
|
||||||
*/
|
*/
|
||||||
XSelectInput(fl_display, wins[i], PropertyChangeMask | StructureNotifyMask);
|
XSelectInput(fl_display, wins[i], PropertyChangeMask | StructureNotifyMask);
|
||||||
|
8
ede-panel/applets/taskbar/tests/utf8-test.html
Normal file
8
ede-panel/applets/taskbar/tests/utf8-test.html
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Početna čšđ stranica</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
Početna čšđ stranica sa utf8 tekstom.
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user